This commit is contained in:
Tyler Hallada 2021-07-29 23:45:18 -04:00
parent 3ec7467571
commit 3f48f97080

View File

@ -163,7 +163,7 @@ pub async fn update_unable_to_extract_plugins(
WHERE id = $1
RETURNING *",
id,
update_unable_to_extract_plugins,
unable_to_extract_plugins,
)
.fetch_one(pool)
.await