types: typo

This commit is contained in:
Synbulat Biishev
2023-01-12 17:06:48 +03:00
parent 0d17665f4d
commit ba983f02be
3 changed files with 1 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn commitlint --edit $1

View File

@@ -1,4 +0,0 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn build:affected && yarn lint-staged

View File

@@ -25,4 +25,4 @@ export { type JoinConfig, getVoiceConnection, getVoiceConnections, getGroups } f
* that you are currently using.
*/
// This needs to explicitly be `string` so it is not typed as a "const string" that gets injected by esbuild
export const version: string = '[VI]{{inject}}[/VI]' as string;
export const version = '[VI]{{inject}}[/VI]' as string;