Skip to content

Commit 522de24

Browse files
committed
No need for capturing the variable
1 parent 7ae977b commit 522de24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/presets/client/tests/fixtures/subscription-root-node.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//@ts-ignore
33
import gql from 'gql-tag';
44

5-
const Subscription = gql(`
5+
gql(`
66
subscription onRegionCreated {
77
onRegionCreated{
88
regionId

0 commit comments

Comments
 (0)