Skip to content

Commit ef1786d

Browse files
[autofix.ci] apply automated fixes
1 parent 2df9217 commit ef1786d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interapp-frontend/src/api/api_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class APIClient {
3232
: process.env.NEXT_PUBLIC_AXIOS_BASE_URL,
3333
paramsSerializer: {
3434
indexes: null,
35-
}
35+
},
3636
});
3737
this.instance.interceptors.request.use((req) => {
3838
if (

0 commit comments

Comments
 (0)