You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside the express index.js file scheduleDeletion function will exit if the id already exists as a key inside deletionLookup, and it never removes the key from the object. It needs to remove the key after it deletes the record from pocketbase.