Skip to content

Commit

Permalink
Disable telemetry on storage service
Browse files Browse the repository at this point in the history
  • Loading branch information
danielz-mnx committed Jul 11, 2024
1 parent ab4047f commit 4d6ad66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdk-lib",
"version": "1.0.6",
"version": "1.0.7",
"description": "Monax Development Kit - Lib",
"type": "module",
"license": "Apache-2.0",
Expand Down
1 change: 0 additions & 1 deletion src/services/storage-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export type BucketType = 'public' | 'private';

export type IStorageService = InstanceType<typeof StorageService>;

@coreTelemetry
export class StorageService implements IStorageService {
readonly storage: Storage;

Expand Down

0 comments on commit 4d6ad66

Please sign in to comment.