Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 57a1a07

Browse files
committed
Fix up table name
1 parent 9df7a75 commit 57a1a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ module.exports = {
5050
PullRequestCreatedEvent,
5151
PullRequestClosedEvent,
5252
LabelUpdatedEvent,
53-
Project: dynamoose.model('Project', Project),
53+
Project: dynamoose.model('Topcoder_X.Project', Project),
5454
IssueClosedEvent
5555
};

0 commit comments

Comments
 (0)