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 741e1c6 commit 9692b85Copy full SHA for 9692b85
lib/storage.service.ts
@@ -12,7 +12,7 @@ export class StorageService {
12
this.storageManager = new StorageManager(options);
13
}
14
15
- getDisk<T extends Storage>(name?: string) {
+ getDisk<T extends Storage>(name?: string): T {
16
return this.storageManager.disk<T>(name);
17
18
0 commit comments