Skip to content

Commit c8d2420

Browse files
committed
fix: Update API types
1 parent 97f397e commit c8d2420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/store/state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const createStore = (initState: State = defaultInitState) => {
153153
},
154154
storeProjectEndpoint: (
155155
projectId: string,
156-
request: RequestsProjectEndpointCreateRequest,
156+
request: RequestsProjectEndpointStoreRequest,
157157
): Promise<EntitiesProjectEndpoint> => {
158158
return new Promise<EntitiesProjectEndpoint>((resolve, reject) => {
159159
axios

0 commit comments

Comments
 (0)