Skip to content

Commit 450f2e6

Browse files
committed
formatting js properly
1 parent 627f9ea commit 450f2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async function runServerlessDeploy() {
4040
}
4141

4242
// Main function
43-
async handler() {
43+
async function handler() {
4444
await installDocker()
4545
await installServerlessAndPlugins()
4646
await runServerlessDeploy()

0 commit comments

Comments
 (0)