Skip to content

Commit

Permalink
chore: rename to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Nov 8, 2023
1 parent 1c9f390 commit dc4c898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/deal-tracker-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function DealTrackerStack({ stack, app }) {
} = use(DataStack)

// We should only run this in production and staging to avoid large number of dynamo ops
if (stack.stage === 'production' || stack.stage === 'staging') {
if (stack.stage === 'prod' || stack.stage === 'staging') {
/**
* CRON to track deals resolution from Spade Oracle
*/
Expand Down

0 comments on commit dc4c898

Please sign in to comment.