Skip to content

Commit

Permalink
reb
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Dec 2, 2024
1 parent 6b49e3c commit 8ef99cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/stores/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3196,11 +3196,11 @@ impl Store for PostgresStore {
let parents: Vec<String> = r.get(3);

Ok(Folder::new(
project,
&data_source_id,
&node_id,
project.clone(),
data_source_id.clone(),
node_id,
timestamp as u64,
&title,
title,
parents,
))
})
Expand Down

0 comments on commit 8ef99cd

Please sign in to comment.