Skip to content

Commit

Permalink
Update packages/svelte-urql/src/queryStore.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
  • Loading branch information
JoviDeCroock and kitten authored Feb 2, 2024
1 parent a33fedb commit e22fb01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-urql/src/queryStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export function queryStore<
request,
newContext
);
isPaused$.set(false);
operation$.set(operation);
};

Expand Down

0 comments on commit e22fb01

Please sign in to comment.