Skip to content

Commit 9692b85

Browse files
committed
style: add return type
1 parent 741e1c6 commit 9692b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/storage.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class StorageService {
1212
this.storageManager = new StorageManager(options);
1313
}
1414

15-
getDisk<T extends Storage>(name?: string) {
15+
getDisk<T extends Storage>(name?: string): T {
1616
return this.storageManager.disk<T>(name);
1717
}
1818
}

0 commit comments

Comments
 (0)