This commit is contained in:
Like Zhu 2021-07-30 17:25:16 -07:00
Родитель 5758a67471
Коммит 207b23e2d1
9 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -77,7 +77,7 @@ export const fetchSpec = createSpec(
responseContract,
specTypes.FETCH,
sideEffects.fetch,
environmentLookupFn,
environmentLookupFn
);
export const actionSpec = createSpec(
@ -85,5 +85,5 @@ export const actionSpec = createSpec(
responseContract,
specTypes.MUTATION,
sideEffects.mutation,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -70,7 +70,7 @@ export const fetchSpec = createSpec(
responseContract,
specTypes.FETCH,
sideEffects.fetch,
environmentLookupFn,
environmentLookupFn
);
export const refetchSpec = createSpec(
@ -78,5 +78,5 @@ export const refetchSpec = createSpec(
responseContract,
specTypes.REFETCH,
sideEffects.refetch,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -77,5 +77,5 @@ export const addSpec = createSpec(
responseContract,
specTypes.ADD,
sideEffects.add,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -70,5 +70,5 @@ export const destroySpec = createSpec(
responseContract,
specTypes.DELETE,
sideEffects.destroy,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -70,7 +70,7 @@ export const fetchSpec = createSpec(
responseContract,
specTypes.PAGINATION,
sideEffects.pagination,
environmentLookupFn,
environmentLookupFn
);
export const refetchSpec = createSpec(
@ -78,5 +78,5 @@ export const refetchSpec = createSpec(
responseContract,
specTypes.REFETCH,
sideEffects.refetch,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -77,5 +77,5 @@ export const mutationSpec = createSpec(
responseContract,
specTypes.MUTATION,
sideEffects.mutation,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -70,5 +70,5 @@ export const destroySpec = createSpec(
responseContract,
specTypes.DELETE,
sideEffects.destroy,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -70,7 +70,7 @@ export const fetchSpec = createSpec(
responseContract,
specTypes.FETCH,
sideEffects.fetch,
environmentLookupFn,
environmentLookupFn
);
export const refetchSpec = createSpec(
@ -78,5 +78,5 @@ export const refetchSpec = createSpec(
responseContract,
specTypes.REFETCH,
sideEffects.refetch,
environmentLookupFn,
environmentLookupFn
);

Просмотреть файл

@ -77,5 +77,5 @@ export const mutationSpec = createSpec(
responseContract,
specTypes.MUTATION,
sideEffects.mutation,
environmentLookupFn,
environmentLookupFn
);