Fix plugin insert SQL binding

This commit is contained in:
Tyler Hallada 2021-07-25 18:33:45 -04:00
parent 523f3eeb3f
commit 87ca90be06

View File

@ -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")