mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix: typo
This commit is contained in:
parent
f65c20f31e
commit
47f1717c20
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ as $$
|
||||||
-- system_config table
|
-- system_config table
|
||||||
system_config.latch_timeout as latch_timeout,
|
system_config.latch_timeout as latch_timeout,
|
||||||
system_config.case_sensitive_proxy_tags as case_sensitive_proxy_tags,
|
system_config.case_sensitive_proxy_tags as case_sensitive_proxy_tags,
|
||||||
system_config.proxy_error_message_enabled as proxy_error_message_enabled
|
system_config.proxy_error_message_enabled as proxy_error_message_enabled,
|
||||||
|
|
||||||
-- system_guild table
|
-- system_guild table
|
||||||
coalesce(system_guild.tag_enabled, true) as tag_enabled,
|
coalesce(system_guild.tag_enabled, true) as tag_enabled,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue