chore: stop casting IDs as number
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c6e2b94128
commit
131d33916a
@@ -127,8 +127,7 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{createConnection.id}",
|
||||
"type": "integer"
|
||||
"value": "{createConnection.id}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -141,8 +140,7 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{connection.id}",
|
||||
"type": "integer"
|
||||
"value": "{connection.id}"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -153,8 +151,7 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{connection.id}",
|
||||
"type": "integer"
|
||||
"value": "{connection.id}"
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
@@ -195,8 +192,7 @@
|
||||
"arguments": [
|
||||
{
|
||||
"name": "id",
|
||||
"value": "{connection.id}",
|
||||
"type": "integer"
|
||||
"value": "{connection.id}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user