Skip to content

Commit

Permalink
chore: fixed query-engine-node-api build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkomyno committed Nov 30, 2023
1 parent 74b4415 commit 8b920f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions query-engine/query-engine-node-api/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ use napi_derive::napi;
use request_handlers::dmmf;
use std::sync::Arc;

use crate::error::ApiError;

#[derive(serde::Serialize, Clone, Copy)]
#[napi(object)]
pub struct Version {
Expand Down

0 comments on commit 8b920f5

Please sign in to comment.