Skip to content

Commit

Permalink
No need for capturing the variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sojaner committed Mar 4, 2024
1 parent 7ae977b commit 522de24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//@ts-ignore
import gql from 'gql-tag';

const Subscription = gql(`
gql(`
subscription onRegionCreated {
onRegionCreated{
regionId
Expand Down

0 comments on commit 522de24

Please sign in to comment.