Fix plugin insert SQL binding
This commit is contained in:
parent
523f3eeb3f
commit
87ca90be06
@ -54,6 +54,7 @@ pub async fn insert(
|
||||
.bind(description)
|
||||
.bind(masters)
|
||||
.bind(file_name)
|
||||
.bind(file_path)
|
||||
.fetch_one(pool)
|
||||
.await
|
||||
.context("Failed to insert plugin")
|
||||
|
Loading…
Reference in New Issue
Block a user