Refactor access of current time
This commit is contained in:
parent
00d0195595
commit
504184e69b
4 changed files with 24 additions and 13 deletions
|
|
@ -289,6 +289,7 @@ pub fn sync_dataset(
|
|||
connection: &Connection,
|
||||
dataset: &str,
|
||||
metadata: DatasetMetadata,
|
||||
current_time: Timestamp,
|
||||
auth: &str,
|
||||
) -> sqlite::Result<()> {
|
||||
let events = get_tournament_events(&metadata, auth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue