We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f397e commit c8d2420Copy full SHA for c8d2420
web/src/store/state.ts
@@ -153,7 +153,7 @@ export const createStore = (initState: State = defaultInitState) => {
153
},
154
storeProjectEndpoint: (
155
projectId: string,
156
- request: RequestsProjectEndpointCreateRequest,
+ request: RequestsProjectEndpointStoreRequest,
157
): Promise<EntitiesProjectEndpoint> => {
158
return new Promise<EntitiesProjectEndpoint>((resolve, reject) => {
159
axios
0 commit comments