Skip to content

Commit 36e940f

Browse files
authored
Merge pull request #4 from ivankahl/refactor/cleanup-code-and-test-sonar
Clean up code and test Sonar
2 parents c19d7f8 + f303382 commit 36e940f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

services/storage/local-storage-service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { z } from "zod";
2-
import * as crypto from "node:crypto";
32
import type { StorageService } from "./storage-service";
4-
import { readdirSync } from "node:fs";
53
import path from "node:path";
64
import {
75
createRandomFileName,

services/storage/s3-storage-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { z } from "zod";
22
import { S3Client } from "bun";
3-
import { StorageService } from "./storage-service";
3+
import type { StorageService } from "./storage-service";
44
import {
55
createRandomFileName,
66
getDateAsPaddedStringParts,

0 commit comments

Comments
 (0)