diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-03-31 01:21:40 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 17:21:40 +0300 |
commit | 40f08ed76c35daea8a1e743d2076e27ea4d7e40f (patch) | |
tree | 3c4c6d6d66a11fe25382edb9682f0ecdc1f42624 /bundle | |
parent | Merge pull request #705 from fosscord/dependabot/npm_and_yarn/bundle/minimist... (diff) | |
download | server-40f08ed76c35daea8a1e743d2076e27ea4d7e40f.tar.xz |
Fix typo in table 'client_relase' -> 'client_release' ( and other of the same typo ) (#703)
* Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. * Fixed migration ( but dirty lol )
Diffstat (limited to 'bundle')
-rw-r--r-- | bundle/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/package.json b/bundle/package.json index 3754a3bf..7d68427f 100644 --- a/bundle/package.json +++ b/bundle/package.json @@ -111,4 +111,4 @@ "typescript-json-schema": "^0.50.1", "ws": "^7.4.2" } -} +} \ No newline at end of file |