Skip to content

Commit bfa0728

Browse files
committed
chore(lint): remove unnecessary async from refreshStatusBar command registration
1 parent 38398f9 commit bfa0728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/status-bar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default createPlugin(
7979
);
8080

8181
context.subscriptions.push(
82-
commands.registerCommand("localstack.refreshStatusBar", async () => {
82+
commands.registerCommand("localstack.refreshStatusBar", () => {
8383
const setupStatus = setupStatusTracker.status();
8484

8585
if (setupStatus === "setup_required") {

0 commit comments

Comments
 (0)