Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/resource-error-handling' into re…
Browse files Browse the repository at this point in the history
…source-error-handling
  • Loading branch information
cesarParra committed Dec 18, 2024
2 parents 7cff928 + 10b29c8 commit 49f8141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/lwc/signals/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ function $resource(fn, source, options) {
error: null
};
} catch (error) {
// sample change.
_signal.value = onError(error, _value, { identifier, initialValue }) ?? {
data: null,
loading: false,
Expand Down

0 comments on commit 49f8141

Please sign in to comment.