Skip to content

Commit

Permalink
Set updatedAt in updateMultiDimViewChartConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Nov 1, 2024
1 parent ea3e88e commit 93a8f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adminSiteServer/multiDim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ async function updateMultiDimViewChartConfig(
.update({
patch: serializeChartConfig(patchConfig),
full: serializeChartConfig(fullConfig),
updatedAt: new Date(), // It's not updated automatically in the DB.
})
.where({ id: chartConfigId })

Expand Down

0 comments on commit 93a8f26

Please sign in to comment.