Skip to content

Commit 84b3e18

Browse files
committed
CCM-11492 githooks fix
1 parent 7bd0ad1 commit 84b3e18

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

data-migration/user-transfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"main": "src/handler.ts",
2121
"name": "user-transfer",
2222
"scripts": {
23+
"apply": "tsx src/migrate-cli.ts",
2324
"lint": "eslint ./src",
2425
"lint:fix": "eslint ./src --fix",
25-
"apply": "tsx src/migrate-cli.ts",
2626
"plan": "tsx src/plan-cli.ts",
2727
"test:unit": "jest",
2828
"typecheck": "tsc --noEmit"

infrastructure/terraform/modules/backend-api/spec.tmpl.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,17 +1158,6 @@
11581158
},
11591159
"put": {
11601160
"description": "Update a routing configuration by Id",
1161-
"requestBody": {
1162-
"content": {
1163-
"application/json": {
1164-
"schema": {
1165-
"$ref": "#/components/schemas/CreateUpdateRoutingConfig"
1166-
}
1167-
}
1168-
},
1169-
"description": "Routing configuration update to apply",
1170-
"required": true
1171-
},
11721161
"parameters": [
11731162
{
11741163
"description": "ID of routing configuration to update",
@@ -1180,6 +1169,17 @@
11801169
}
11811170
}
11821171
],
1172+
"requestBody": {
1173+
"content": {
1174+
"application/json": {
1175+
"schema": {
1176+
"$ref": "#/components/schemas/CreateUpdateRoutingConfig"
1177+
}
1178+
}
1179+
},
1180+
"description": "Routing configuration update to apply",
1181+
"required": true
1182+
},
11831183
"responses": {
11841184
"200": {
11851185
"content": {

0 commit comments

Comments
 (0)