Skip to content

Commit b52d435

Browse files
committed
Fix
1 parent 170cbcd commit b52d435

File tree

1 file changed

+1
-1
lines changed
  • packages/serverless-offline-dynamodb-streams/src

1 file changed

+1
-1
lines changed

packages/serverless-offline-dynamodb-streams/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ServerlessOfflineDynamodbStreams {
7474
);
7575
}
7676

77-
async _startWithExplicitEnd() {
77+
async _startWithReady() {
7878
await this.start();
7979
this.ready();
8080
}

0 commit comments

Comments
 (0)