diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-30 12:15:06 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-30 12:15:06 +0200 |
commit | 4abc758991d3f92a6404f269770fb92f5375d1e4 (patch) | |
tree | 925932613c1632e82d74202ef32277ae3e8e94c5 /api/src/routes/guilds/#guild_id/templates.ts | |
parent | :zap: only local rate limit to prevent to much pressure on the database (diff) | |
download | server-4abc758991d3f92a6404f269770fb92f5375d1e4.tar.xz |
:construction: typeorm
Diffstat (limited to 'api/src/routes/guilds/#guild_id/templates.ts')
-rw-r--r-- | api/src/routes/guilds/#guild_id/templates.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/guilds/#guild_id/templates.ts b/api/src/routes/guilds/#guild_id/templates.ts index e1d2f5fd..a7613abf 100644 --- a/api/src/routes/guilds/#guild_id/templates.ts +++ b/api/src/routes/guilds/#guild_id/templates.ts @@ -17,7 +17,7 @@ const TemplateGuildProjection: (keyof Guild)[] = [ "preferred_locale", "afk_timeout", "roles", - "channels", + // "channels", "afk_channel_id", "system_channel_id", "system_channel_flags", |