Skip to content

Commit

Permalink
Persist Subscriptions to a configurable table name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwadeson committed Feb 21, 2024
1 parent 362c640 commit f0a1ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/src/models/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class Subscription {
}

get [DynamoDbTable]() {
return `${App}-${Stage}-subscriptions`
return `${App}-${Stage}-${this.tableName}`
}
}

Expand Down

0 comments on commit f0a1ddd

Please sign in to comment.