Build autocomplete

This commit is contained in:
Olivier Gagnon 2021-10-15 13:15:42 -04:00
parent e99ffcfe2b
commit d35bac1ace
4 changed files with 22 additions and 22 deletions

36
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -19,7 +19,7 @@ export function Reviver(key: string, value: IReviverValue | null): any {
// Compatibility for version v0.43.1
// TODO Remove this eventually
if (value.ctor === "AllServersMap") {
console.warning("Converting AllServersMap for v0.43.1");
console.warn("Converting AllServersMap for v0.43.1");
return value.data;
}