Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Nov 23, 2024
1 parent 103c1bc commit e6e704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/archive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from '@aws-sdk/client-s3';
import {
NoSuchKey,
} from '@aws-sdk/client-s3/dist-types/models';
} from '@aws-sdk/client-s3';
import { redisCount } from '../util/utility';
import axios from 'axios';

Expand Down

0 comments on commit e6e704f

Please sign in to comment.