Skip to content

Commit 8087514

Browse files
committed
[fix]ㅁ 오타 수정
1 parent fec3c6e commit 8087514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const projectName = "githru";
1111

1212
export async function activate(context: vscode.ExtensionContext) {
1313
const { subscriptions, extensionPath, secrets } = context;
14-
const credentials = new Credentials();
14+
const credentials = new Credentials();
1515
let currentPanel: vscode.WebviewPanel | undefined = undefined;
1616

1717
await credentials.initialize(context);

0 commit comments

Comments
 (0)