From 8f95d8f33623109dadc08400426b106303f5cd0a Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Fri, 21 Feb 2025 02:10:05 -0600 Subject: [PATCH] Remove async from applyAbAttrsInternal Stray async leftover from merge --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 465108ba6e3..1174d3ec68f 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -5355,7 +5355,7 @@ export class PostDamageForceSwitchAbAttr extends PostDamageAbAttr { return this.helper.getFailedText(target); } } -async function applyAbAttrsInternal( +function applyAbAttrsInternal( attrType: Constructor, pokemon: Pokemon | null, applyFunc: AbAttrApplyFunc,