Skip to content

Commit

Permalink
fixed it
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 committed Nov 4, 2024
1 parent 74c1882 commit 4844780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gql/queries/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub struct TemplateDetail;
#[derive(GraphQLQuery)]
#[graphql(
schema_path = "src/gql/schema.json",
query_path = "src/gql/queries/strings/GithubRepos.graphql",
query_path = "src/gql/queries/strings/GitHubRepos.graphql",
response_derives = "Debug, Serialize, Clone"
)]
pub struct GitHubRepos;

0 comments on commit 4844780

Please sign in to comment.