mirror of
https://github.com/vuejs/apollo.git
synced 2026-02-01 14:37:18 +00:00
chore: remove unnecessary semi
This commit is contained in:
parent
114881dc4a
commit
7a0c025718
@ -13,8 +13,8 @@ export interface UseQueryOptions<
|
||||
TResult = any,
|
||||
TVariables = OperationVariables
|
||||
> extends Omit<WatchQueryOptions<TVariables>, 'query' | 'variables'> {
|
||||
clientId?: string,
|
||||
enabled?: boolean,
|
||||
clientId?: string
|
||||
enabled?: boolean
|
||||
}
|
||||
|
||||
export function useQuery<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user