Skip to content

Commit

Permalink
fix: Update cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Dec 23, 2023
1 parent 4afeca3 commit 9b499e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Readable } from 'stream';
import { capture } from '@snapshot-labs/snapshot-sentry';

const name = 'score-api';
const cb = '3';
const cb = '4';

let client;
const bucket = process.env.AWS_BUCKET_NAME;
Expand Down

0 comments on commit 9b499e1

Please sign in to comment.