Skip to content

Commit

Permalink
break tests, tsc required
Browse files Browse the repository at this point in the history
  • Loading branch information
RickAstly authored Jan 25, 2025
1 parent cd9657c commit d184617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { FishPlayer } from "./players";
import { Boolf, PartialFormatString, SelectEnumClassKeys } from './types';


Log.info("bruhh");
Log.info("bruhhh");
export function formatTime(time:number){
if(maxTime - (time + Date.now()) < 20000) return "forever";

Expand Down

0 comments on commit d184617

Please sign in to comment.