fix sql func to return 0 when dupe exists

pull/3/head
Adam Veldhousen 2023-05-11 17:39:14 -05:00
parent a424af4fbf
commit 886baf5533
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -11,9 +11,9 @@ LIMIT $2;
SELECT catalog.bh_import_auction(
sqlc.arg(fingerprint),
sqlc.arg(title),
sqlc.arg(description),
sqlc.arg(startTs),
sqlc.arg(endTs),
sqlc.arg(description),
sqlc.arg(itemCount),
sqlc.arg(sourceSiteURL),
sqlc.arg(sourceSiteName),