Skip to content

Commit aa6c8a2

Browse files
committed
fix qty
1 parent 750e174 commit aa6c8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/user_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ pub async fn insert(pool: deadpool_postgres::Pool, row: Row) {
135135
&(row.latency as i32),
136136
&(row.status as i16),
137137
&row.ip,
138-
&(row.qty as i32),
138+
&(row.qty as i16),
139139
],
140140
)
141141
.await;

0 commit comments

Comments
 (0)