Skip to content

Commit e716eb4

Browse files
committed
Fix params casing
1 parent cfaff70 commit e716eb4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/backend/src/api/endpoints/EnterpriseConnectionApi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export class EnterpriseConnectionAPI extends AbstractAPI {
6868
method: 'POST',
6969
path: basePath,
7070
bodyParams: params,
71+
options: {
72+
deepSnakecaseBodyParamKeys: true,
73+
},
7174
});
7275
}
7376

0 commit comments

Comments
 (0)