Skip to content

Commit

Permalink
refactor: use wrapper methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Oct 18, 2023
1 parent 480821e commit 21796b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/remoteSourceTrackingService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class RemoteSourceTrackingService extends ConfigFile<RemoteSourceTracking
// source tracking for this org. Calling querySourceMembersFrom() has the extra benefit
// of caching the query so we don't have to make an identical request in the same process.
await this.querySourceMembersFrom({ fromRevision: 0 });
this.set('sourceMembers', {});
this.initSourceMembers();
this.setServerMaxRevision(0);

await this.write();
Expand Down

0 comments on commit 21796b1

Please sign in to comment.