Skip to content

Commit 636edd6

Browse files
Copilotabraham
andcommitted
Fix comment typo in extractAppTokenScopes method
Co-authored-by: abraham <[email protected]>
1 parent ef5031f commit 636edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/MethodConverter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ class MethodConverter {
10951095
const scopes = this.extractOAuthScopes(oauthText);
10961096

10971097
// If App token is mentioned but no scopes are specified, default to 'read'
1098-
// Pattern: "App token\" or "App token\n"
1098+
// Pattern: "App token" or "App token\n"
10991099
if (scopes.length === 0) {
11001100
return ['read'];
11011101
}

0 commit comments

Comments
 (0)