Skip to content

Commit

Permalink
Import script: Update modified metadata value (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Sep 5, 2022
1 parent db13a8e commit b4ab0cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/import.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@ import { backend } from "../src/config.js"
})
})
}
// TODO: Write modified time to metadata table.
if (modified) {
await backend.updateMetadata({ key: "modified", value: modified })
}
})()

0 comments on commit b4ab0cd

Please sign in to comment.