Skip to content

Commit 6f64dc4

Browse files
committed
ci: Remove unused uuid parser
1 parent 808f56e commit 6f64dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/uuid-converter/uuid-converter.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { parse as uuidParse, validate as uuidValidate, version as uuidVersion } from 'uuid';
1+
import { validate as uuidValidate, version as uuidVersion } from 'uuid';
22

33
export { normalizeUUID, UUID2HEX, getVersion };
44

0 commit comments

Comments
 (0)