Skip to content

Commit

Permalink
Update greToClientInterpreter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Manwe-777 committed Jan 6, 2024
1 parent 7bb02a2 commit 20b378a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/background/greToClientInterpreter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ const AnnotationType_ObjectIdChanged = (ann: Annotations): void => {
setIdChange(ann.details);
};

// eslint-disable-next-line complexity
const AnnotationType_ZoneTransfer = (ann: Annotations): void => {
if (ann.type !== "AnnotationType_ZoneTransfer") return;

Expand Down

0 comments on commit 20b378a

Please sign in to comment.