Skip to content

Commit

Permalink
fix: fixing persistenceType for s3 fetching success
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Jun 17, 2023
1 parent c13c6ee commit 38e7a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s3-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class S3Cache

const { bucketName } = this.options;
const metaS3: S3CacheSuccessSaveEventMetadata = {
persistenceType: 'redis',
persistenceType: 's3',
key: this.getLogKey(bucketName, s3Key),
};

Expand Down

0 comments on commit 38e7a4c

Please sign in to comment.