Skip to content

Commit

Permalink
fix: remove lastUpdate from fieldToRow
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhedher committed Nov 30, 2021
1 parent 71c6b05 commit c3273ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/db/project-store.ts
Expand Up @@ -37,7 +37,6 @@ class ProjectStore implements IProjectStore {
id: data.id,
name: data.name,
description: data.description,
lastUpdate: data.lastUpdate,
};
}

Expand Down

0 comments on commit c3273ce

Please sign in to comment.