Skip to content

Commit

Permalink
fix: remove collection name getter
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyHuss committed Aug 4, 2023
1 parent 07d0d1e commit a1b01ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/datasource-replica/src/cache-interface/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ export default class CacheCollectionInterface {
private collection: Collection;
private caller: Caller;

get name(): string {
return this.collection.name;
}

constructor(collection: Collection, caller: Caller) {
this.caller = caller;
this.collection = collection;
Expand Down

0 comments on commit a1b01ab

Please sign in to comment.