Added unused imports and vars and fixed lint (#929)
This commit is contained in:
@ -24,7 +24,7 @@ export function useApolloFactory() {
|
||||
fields: {
|
||||
commentThreadTargets: {
|
||||
merge(
|
||||
existing: CommentThreadTarget[] = [],
|
||||
_existing: CommentThreadTarget[] = [],
|
||||
incoming: CommentThreadTarget[],
|
||||
) {
|
||||
return [...incoming];
|
||||
|
||||
Reference in New Issue
Block a user