mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 01:55:26 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user