Skip to content

Commit e5c17f4

Browse files
committed
Fix bug: item id & comic id mixed up
1 parent ddeeb14 commit e5c17f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/src/models/occurrence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ impl Occurrence {
6767
AND
6868
`comic_id` = ?
6969
"#,
70+
item_id,
7071
comic_id,
71-
item_id
7272
)
7373
.execute(executor)
7474
.await

0 commit comments

Comments
 (0)