Skip to content

Commit

Permalink
Merge pull request #23 from kudos-ink/CJ13th-patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
CJ13th authored Oct 2, 2024
2 parents 8453eaf + 2aefae1 commit cdbc890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub async fn import_repositories(

let query_string = format!(
"INSERT INTO issues (number, title, labels, repository_id, issue_created_at, issue_closed_at, open, assignee_id, certified) VALUES {}",
placeholdersq
placeholders
);

let username_to_id = get_username_map(tx).await?;
Expand Down

0 comments on commit cdbc890

Please sign in to comment.