refactor: convert /backend to ESM
This commit is contained in:
parent
31d74c05aa
commit
5772e27cda
766 changed files with 3473 additions and 3500 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Repository } from "typeorm";
|
||||
import { BaseGuildRepository } from "./BaseGuildRepository";
|
||||
import { dataSource } from "./dataSource";
|
||||
import { AntiraidLevel } from "./entities/AntiraidLevel";
|
||||
import { BaseGuildRepository } from "./BaseGuildRepository.js";
|
||||
import { dataSource } from "./dataSource.js";
|
||||
import { AntiraidLevel } from "./entities/AntiraidLevel.js";
|
||||
|
||||
export class GuildAntiraidLevels extends BaseGuildRepository {
|
||||
protected antiraidLevels: Repository<AntiraidLevel>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue