chore: lint

This commit is contained in:
liyasthomas
2021-08-11 10:27:36 +05:30
parent da3f55c910
commit 384e4ce43e
9 changed files with 17 additions and 27 deletions

View File

@@ -86,7 +86,7 @@ const dispatchers = defineDispatchers({
return {
response: newResponse,
}
}
},
})
export const gqlSessionStore = new DispatchingStore(
@@ -136,7 +136,7 @@ export function updateGQLHeader(headerIndex: number, updatedHeader: GQLHeader) {
payload: {
headerIndex,
updatedHeader,
}
},
})
}
@@ -209,4 +209,4 @@ export const gqlHeaders$ = gqlSessionStore.subject$.pipe(
export const gqlResponse$ = gqlSessionStore.subject$.pipe(
pluck("response"),
distinctUntilChanged()
)
)