Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

fix(svelte): misplaced second argument in TSDoc (#3113)

Changed files
+2 -1
packages
svelte-urql
+2 -1
packages/svelte-urql/src/subscriptionStore.ts
···
* newNotification { id, text }
* }
* `,
+
* },
* function combineNotifications(notifications = [], data) {
* return [...notifications, data.newNotification];
* },
-
* });
+
* );
* ```
*/
export function subscriptionStore<