Skip to content

Commit 6bb15db

Browse files
authored
Remove unused CLOUDFRONT_DOMAIN variable
Removed unused CLOUDFRONT_DOMAIN constant.
1 parent 71505d1 commit 6bb15db

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

services/fileService.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ const S3_CONFIG = {
1313
bucket: process.env.NEXT_PUBLIC_AWS_S3_BUCKET,
1414
};
1515

16-
const CLOUDFRONT_DOMAIN = process.env.NEXT_PUBLIC_CLOUDFRONT_DOMAIN;
17-
1816
class FileService {
1917
constructor() {
2018
this._s3Client = null;

0 commit comments

Comments
 (0)