chore: stop casting IDs as number

This commit is contained in:
Ali BARIN
2022-01-29 16:36:14 +01:00
committed by Ömer Faruk Aydın
parent c6e2b94128
commit 131d33916a
11 changed files with 69 additions and 137 deletions

View File

@@ -63,8 +63,7 @@
"arguments": [
{
"name": "id",
"value": "{createConnection.id}",
"type": "integer"
"value": "{createConnection.id}"
}
]
}
@@ -77,8 +76,7 @@
"arguments": [
{
"name": "id",
"value": "{connection.id}",
"type": "integer"
"value": "{connection.id}"
}
]
},
@@ -89,8 +87,7 @@
"arguments": [
{
"name": "id",
"value": "{connection.id}",
"type": "integer"
"value": "{connection.id}"
},
{
"name": "data",
@@ -115,8 +112,7 @@
"arguments": [
{
"name": "id",
"value": "{connection.id}",
"type": "integer"
"value": "{connection.id}"
}
]
}