Skip to content

Commit

Permalink
docs: add missing comma (#4295)
Browse files Browse the repository at this point in the history
Summary:
## Description

Added a missing comma in an example in the docs

Pull Request resolved: #4295

Reviewed By: voideanvalue

Differential Revision:
D45660869

Privacy Context Container: L1125407

Pulled By: captbaritone

fbshipit-source-id: 46c31075adeb791547dca35b928210e8ff97543f
  • Loading branch information
gkartalis authored and facebook-github-bot committed May 11, 2023
1 parent 7e42ea1 commit 7094921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function App(props: Props) {
// be cached, so we use the 'store-only'
// fetchPolicy to avoid suspending.
loadQuery({id: 'different-id'}, {fetchPolicy: 'store-only'});
}
},
error: () => {
setIsRefetching(false);
}
Expand Down

0 comments on commit 7094921

Please sign in to comment.