Remove dangling comma
This commit is contained in:
Родитель
5758a67471
Коммит
207b23e2d1
|
@ -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
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче