fix broken find

This commit is contained in:
Nuckyz 2024-06-21 18:32:49 -03:00
parent 17cc81f15d
commit 220062acdb
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -97,7 +97,7 @@ export const Toasts = {
} }
}; };
waitFor(filters.byCode("showToast"), m => { waitFor(filters.byProps("showToast"), m => {
Toasts.show = m.showToast; Toasts.show = m.showToast;
Toasts.pop = m.popToast; Toasts.pop = m.popToast;
}); });