diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-02 21:31:44 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-02 21:31:44 +0200 |
commit | 11af8531cce8cc5080f068b1677634c6027a7d72 (patch) | |
tree | 41523c621addea9984320967ec71ecadb826061d /util/src | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-api (diff) | |
download | server-11af8531cce8cc5080f068b1677634c6027a7d72.tar.xz |
:bug: fix entity missing an id (replace .insert with new Entity().save)
Diffstat (limited to 'util/src')
-rw-r--r-- | util/src/entities/Channel.ts | 2 | ||||
-rw-r--r-- | util/src/entities/Member.ts | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/util/src/entities/Channel.ts b/util/src/entities/Channel.ts |