Alternative login flow (magic link via bot) (#1488)

* Log in link creation initial

* Add global name to update all command

* Remove left over log

* Login command

* Update command

* Add todos

* TODOs

* Migration file fix order
This commit is contained in:
Kalle
2023-09-09 10:27:59 +03:00
committed by GitHub
parent 7db5a395f9
commit 4eaeb48136
44 changed files with 539 additions and 420 deletions

View File

@@ -784,7 +784,6 @@ function subWeaponShouldBeSkipped(subWeapon: SubWeapon) {
}
function specialWeaponShouldBeSkipped(specialWeapon: SpecialWeapon) {
console.log({ specialWeapon });
if (WEAPON_TYPES_TO_IGNORE.some((val) => specialWeapon.Type.includes(val))) {
return true;
}