forgotten import

This commit is contained in:
filipriec
2025-03-16 15:10:24 +01:00
parent bd3ff1135c
commit 4e3799e8d2

View File

@@ -6,6 +6,7 @@ use std::sync::Arc;
use thiserror::Error;
use serde_json::Value;
use sqlx::postgres::PgRow;
use sqlx::Row;
#[derive(Debug, Error)]
pub enum FunctionError {