Skip to content

Commit

Permalink
Cleanup refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Moschkin committed Apr 22, 2024
1 parent c177080 commit d4358dd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/abstract/collab.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Collaboration, CrewTrial, Solve } from "../datacore/boss";
import { BossBattleDocument, IFBB_BossBattle_Document, SolveDocument, TrialDocument } from "../models/BossBattles";
import { Logger, LogData } from '../logic/logger';

import { makeSql } from "../sequelize";
import seedrandom from 'seedrandom';
import { IFBB_BossBattle_Document } from "../models/BossBattles";
import { Logger } from '../logic/logger';

export abstract class CollaboratorBase {

Expand Down

0 comments on commit d4358dd

Please sign in to comment.