Skip to content

Commit

Permalink
🐛 Correct TypeScript definition for forceFetch option
Browse files Browse the repository at this point in the history
  • Loading branch information
greena13 committed Jul 28, 2020
1 parent 5dfa2b4 commit 4a81d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export interface RemoteActionCreatorOptions<T> extends ActionCreatorOptions<T> {
/**
* Whether to ignore any outstanding requests with the same URL and make the request again, anyway
*/
force?: boolean,
forceFetch?: boolean,
}

export interface RemoteActionCreatorOptionsWithMetadata<T> extends RemoteActionCreatorOptions<T> {
Expand Down

0 comments on commit 4a81d2b

Please sign in to comment.