Skip to content

Commit d6170ac

Browse files
author
Brooke Hatton
authored
fix: noImplictOverride error
Fixes the noImplicitOverride error
1 parent a4acc9e commit d6170ac

File tree

1 file changed

+1
-1
lines changed
  • packages/plugins/typescript/typed-document-node/src

1 file changed

+1
-1
lines changed

packages/plugins/typescript/typed-document-node/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class TypedDocumentString<TResult, TVariables>
5151
this.__meta__ = __meta__;
5252
}
5353
54-
toString(): string & DocumentTypeDecoration<TResult, TVariables> {
54+
override toString(): string & DocumentTypeDecoration<TResult, TVariables> {
5555
return this.value;
5656
}
5757
}`,

0 commit comments

Comments
 (0)