Skip to content

Commit

Permalink
chore: missing optional
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMunizOdoo committed Oct 3, 2023
1 parent 195618c commit b45553a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk-api-client/src/types/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export interface MiddlewareConfig {
sessionAuth?: string,
requestHost?: string,
realIp?: string,
queries: Record<string, DocumentNode>
queries?: Record<string, DocumentNode>

}

0 comments on commit b45553a

Please sign in to comment.