We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71505d1 commit 6bb15dbCopy full SHA for 6bb15db
1 file changed
services/fileService.js
@@ -13,8 +13,6 @@ const S3_CONFIG = {
13
bucket: process.env.NEXT_PUBLIC_AWS_S3_BUCKET,
14
};
15
16
-const CLOUDFRONT_DOMAIN = process.env.NEXT_PUBLIC_CLOUDFRONT_DOMAIN;
17
-
18
class FileService {
19
constructor() {
20
this._s3Client = null;
0 commit comments