Skip to content

Commit

Permalink
Fixed EsLint
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Oct 16, 2024
1 parent ab7c741 commit f5fc1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/banner/closing/closing-entry.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class EntryKey {
type: 'position',
args: {
positionCode: positionCode,
}
},
});
}

Expand All @@ -58,7 +58,7 @@ export class EntryKey {
args: {
positionCode: positionCode,
bannerId: bannerId,
}
},
});
}

Expand Down

0 comments on commit f5fc1cd

Please sign in to comment.