Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimranMakhija7 committed Mar 14, 2024
1 parent 9aaddf0 commit 8d714cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dto/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pub mod namespace_data;
pub mod operator_statistics;
pub mod table_data;
pub mod column_data;
2 changes: 1 addition & 1 deletion src/dto/table_data.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use serde::{Deserialize, Serialize};
use serde_json::Value;
use ColumnData;
use crate::dto::column_data::ColumnData;

#[derive(Debug, Serialize, Deserialize)]
pub struct TableData {
Expand Down

0 comments on commit 8d714cc

Please sign in to comment.