chore: remove unnecessary typecast

pull/15592/head
Paolo Ricciuti 1 year ago committed by GitHub
parent 908861efdb
commit 3bb6481603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -172,7 +172,7 @@ export function internal_set(source, value) {
}
if ((source.f & DERIVED) !== 0) {
set_signal_status(/** @type {Derived} */ (source), CLEAN);
set_signal_status(source, CLEAN);
}
mark_reactions(source, DIRTY);

Loading…
Cancel
Save