Skip to content

Commit

Permalink
uses save json instead of toJSON to avoid ACL object being parsed bac…
Browse files Browse the repository at this point in the history
…k and failing save if the queue do have to save from store.
  • Loading branch information
mortenmo committed Mar 16, 2024
1 parent 06a8b90 commit 3510aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventuallyQueue.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const EventuallyQueue = {
queueData[index] = {
queueId,
action,
object: object.toJSON(),
object: object._getSaveJSON(),
serverOptions,
id: object.id,
className: object.className,
Expand Down

0 comments on commit 3510aa7

Please sign in to comment.