Skip to content

Commit 109b94e

Browse files
committed
Update hdd.service.ts
1 parent 58ae7fb commit 109b94e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/static/hdd/hdd.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Logger } from '@nestjs/common';
22
import path from 'path';
33
import { writeFileSync, readFileSync, unlink, mkdirSync, existsSync } from 'fs';
44
import { PNG, PNGWithMetadata } from 'pngjs';
5-
import uuidAPIKey from 'uuid-apikey';
65
import { Static } from '../static.interface';
76
import { HDD_IMAGE_PATH } from './constants';
87
import { generateNewImageName } from '../utils';

0 commit comments

Comments
 (0)