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 58ae7fb commit 109b94eCopy full SHA for 109b94e
src/static/hdd/hdd.service.ts
@@ -2,7 +2,6 @@ import { Logger } from '@nestjs/common';
2
import path from 'path';
3
import { writeFileSync, readFileSync, unlink, mkdirSync, existsSync } from 'fs';
4
import { PNG, PNGWithMetadata } from 'pngjs';
5
-import uuidAPIKey from 'uuid-apikey';
6
import { Static } from '../static.interface';
7
import { HDD_IMAGE_PATH } from './constants';
8
import { generateNewImageName } from '../utils';
0 commit comments