commit | d9636e8b6bbef76ef3fb6d5a8b227b22baf7604f | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Jan 17 22:13:06 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Jan 17 22:13:06 2023 -0500 |
tree | 6f356972b375796e4b1c5787d3561e989182f34b | |
parent | 5267981dedd0a7ccbc492acd4d391931e883f265 [diff] |
fixed ts errors in settings/commands.ts
diff --git a/src/utils/database.ts b/src/utils/database.ts index ba1d89d..a62e148 100644 --- a/src/utils/database.ts +++ b/src/utils/database.ts
@@ -310,6 +310,8 @@ }; role: { role: string | null; + text: null; + link: null; }; }; tracks: {