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
Either the deletion should happen after the update or the update should be: 241 if (value !== undefined && value.length !== 0) { 242 self.index[key] = value; 243 } 244 });
Its late here, so I'm not going to fork tonight and submit tonight.
At first it looks as if the entry is removed, but if I restart the server, or save a new item the removed entry reappears.
The text was updated successfully, but these errors were encountered: