Skip to content

Commit 25103d3

Browse files
author
Christophe Bougère
committed
fix lint double quotes
1 parent aca0962 commit 25103d3

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
@@ -167,7 +167,7 @@ class ServerlessDynamodbLocal {
167167

168168
endHandler() {
169169
if (!this.options.noStart) {
170-
this.serverlessLog('DynamoDB - stopping local database');
170+
this.serverlessLog("DynamoDB - stopping local database");
171171
dynamodbLocal.stop(this.port);
172172
}
173173
}

0 commit comments

Comments
 (0)