Fix typo
This commit is contained in:
parent
3ec7467571
commit
3f48f97080
@ -163,7 +163,7 @@ pub async fn update_unable_to_extract_plugins(
|
|||||||
WHERE id = $1
|
WHERE id = $1
|
||||||
RETURNING *",
|
RETURNING *",
|
||||||
id,
|
id,
|
||||||
update_unable_to_extract_plugins,
|
unable_to_extract_plugins,
|
||||||
)
|
)
|
||||||
.fetch_one(pool)
|
.fetch_one(pool)
|
||||||
.await
|
.await
|
||||||
|
Loading…
Reference in New Issue
Block a user