Skip to content

Commit 5087087

Browse files
committed
style: fix linting error on String vs string
1 parent 443c082 commit 5087087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/client/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export class Client<
182182
/**
183183
* After initialization has completed, this may be populated with information about the server's instructions.
184184
*/
185-
getInstructions(): String | undefined {
185+
getInstructions(): string | undefined {
186186
return this._instructions;
187187
}
188188

0 commit comments

Comments
 (0)