Skip to content

Commit 5d874ee

Browse files
authored
fix: rebuild the redux store (#733)
1 parent f95eaa3 commit 5d874ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/redux/otomiApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6568,7 +6568,7 @@ export type GetSettingsApiResponse = /** status 200 The request is successful. *
65686568
git?: {
65696569
repoUrl: string
65706570
username: string
6571-
password: string
6571+
password?: string
65726572
email: string
65736573
branch: string
65746574
}
@@ -6835,7 +6835,7 @@ export type EditSettingsApiArg = {
68356835
git?: {
68366836
repoUrl: string
68376837
username: string
6838-
password: string
6838+
password?: string
68396839
email: string
68406840
branch: string
68416841
}

0 commit comments

Comments
 (0)