Fix import in application entity

This commit is contained in:
Rory&
2026-07-01 19:46:31 +02:00
parent c6e7530b81
commit 49c21fb71c
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -21,7 +21,7 @@ import { BaseClass } from "./BaseClass";
import { Team } from "./Team";
import { User } from "./User";
import { Guild } from "./Guild";
import { Emoji } from "@spacebar/database";
import { Emoji } from "./Emoji";
@Entity({
name: "applications",