Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 7ed9010

Browse files
.
1 parent aec8cb8 commit 7ed9010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assembly/compat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export abstract class connection {
2222
* @deprecated Import `graphql`, and use `graphql.Variables` instead.
2323
*/
2424
export class QueryVariables {
25-
private qv = new graphql.Variables();
25+
private qv: graphql.Variables = new graphql.Variables();
2626

2727
public set<T>(name: string, value: T): void {
2828
this.qv.set(name, value);

0 commit comments

Comments
 (0)