Skip to content

Commit 83a8959

Browse files
authored
Fix client_url param casing (#52)
* fix param casing * version bump
1 parent 00c4339 commit 83a8959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gnosis.pm/safe-react-gateway-sdk",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"main": "dist/index.min.js",
55
"types": "dist/index.d.ts",
66
"files": [

src/types/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ export interface operations {
358358
chainId: string
359359
}
360360
query?: {
361-
clientUrl?: string
361+
client_url?: string
362362
}
363363
}
364364
responses: {

0 commit comments

Comments
 (0)