mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Make typescript happy, tsc test run in CI
This commit is contained in:
parent
5610df8b37
commit
a89e17a390
11 changed files with 45 additions and 36 deletions
|
@ -16,7 +16,7 @@ export default definePlugin({
|
|||
},
|
||||
],
|
||||
|
||||
rand(file) {
|
||||
rand(file: string) {
|
||||
const chars =
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
||||
const rand = Array.from(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue