Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DreadKnight committed Aug 9, 2024
1 parent 1561f4d commit 03d6c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/creature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2135,4 +2135,4 @@ export type CreatureHintType =
| 'creature_name'
| 'no_action';

type HealthBubbleType = 'plasma' | 'frozen' | 'health';
type HealthBubbleType = 'plasma' | 'frozen' | 'health';
2 changes: 1 addition & 1 deletion src/ui/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ export class UI {
$j('#card .sideA').addClass('disabled').off('click');

// OpenCollective Banner
let bannerTitles = ['sponsor', 'backer', 'helper'];
const bannerTitles = ['sponsor', 'backer', 'helper'];
$j('#opencollective_banner > object').attr(
'data',
`https://opencollective.com/ancientbeast/tiers/${
Expand Down

0 comments on commit 03d6c7d

Please sign in to comment.