Skip to content

Commit

Permalink
Final header change :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanibroto committed Jul 29, 2024
1 parent 362b37e commit 9a90c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub struct RendererConfig {

impl RendererConfig {
fn default_header() -> String {
"use super::datastore::*;
"use super::super::datasource::DataSource;
use async_graphql::*;".to_string()
}

Expand Down

0 comments on commit 9a90c48

Please sign in to comment.