Skip to content

Commit f8c6373

Browse files
author
Calle Kabo
committed
added semi-colons
1 parent 5057b82 commit f8c6373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ class ServerlessDynamodbLocal {
9696
}
9797
};
9898

99-
const stage = this.options.stage || this.service.provider.stage
99+
const stage = this.options.stage || this.service.provider.stage;
100100
if (this.config.stages && !this.config.stages.includes(stage)) {
101101
// don't do anything for this stage
102-
this.hooks = {}
103-
return
102+
this.hooks = {};
103+
return;
104104
}
105105

106106
this.hooks = {

0 commit comments

Comments
 (0)