diff options
author | Featyre <twooter.0g179@simplelogin.co> | 2022-02-02 02:09:57 +0800 |
---|---|---|
committer | Featyre <twooter.0g179@simplelogin.co> | 2022-02-02 02:09:57 +0800 |
commit | 7b3531cb9015ec5bdf95c97b726d5d64f2ca41fa (patch) | |
tree | de032abacef366ba7b9f19b4d9131e2dc22d20c7 /util/src/entities/Categories.ts | |
parent | Fix primarycolum being assigned to nullable = true (diff) | |
download | server-7b3531cb9015ec5bdf95c97b726d5d64f2ca41fa.tar.xz |
Return none for dev portal + todo for categories
Diffstat (limited to 'util/src/entities/Categories.ts')
-rw-r--r-- | util/src/entities/Categories.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/src/entities/Categories.ts b/util/src/entities/Categories.ts index a3c1280f..81fbc303 100644 --- a/util/src/entities/Categories.ts +++ b/util/src/entities/Categories.ts @@ -13,6 +13,7 @@ import { BaseClassWithoutId } from "./BaseClass"; // }, // "is_primary": false/true // }] +// Also populate discord default categories @Entity("categories") export class Categories extends BaseClassWithoutId { // Not using snowflake |