Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markfields committed Jul 30, 2021
1 parent 2e6c9c0 commit f44cc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/drivers/odsp-driver/src/epochTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ export class EpochTracker implements IPersistedFileCache {
this.logger.sendErrorEvent({ eventName: "fileOverwrittenInStorage" }, epochError);
// If the epoch mismatches, then clear all entries for such file entry from cache.
await this.removeEntries();
// eslint-disable-next-line @typescript-eslint/no-throw-literal
throw epochError;
}
// If it was categorized as epoch error but the epoch returned in response matches with the client epoch
Expand Down

0 comments on commit f44cc00

Please sign in to comment.