Skip to content

Commit 6bf2ff8

Browse files
committed
}
1 parent a304a2c commit 6bf2ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql/raw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class RawGraphQL {
88
withQuery = (query) => {
99
this.query = query;
1010
return this;
11-
};
11+
};
1212

1313

1414
validateIsSet = (prop, name, setter) => {

0 commit comments

Comments
 (0)