Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Commit

Permalink
Fix tip-verify-path table name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Galic committed Aug 3, 2018
1 parent 2004ce6 commit fedab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/tip-verify-path.js
Expand Up @@ -14,7 +14,7 @@ function updateBoard(dbItem) {
function getBoard(sha) {
return ddb.get(
{
TableName : 'tipcloud',
TableName : 'TipCloud-PROD',
Key: {
sha: sha
}
Expand Down

0 comments on commit fedab14

Please sign in to comment.