Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Jan 25, 2024
1 parent bcd9c4d commit 41236dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/botbuilder-core/src/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export function calculateChangeHash(item: StoreItem): string {
return result;
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { eTag, ...rest } = item;

try {
Expand Down

0 comments on commit 41236dc

Please sign in to comment.