chore: lint
This commit is contained in:
@@ -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()
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user