Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Mar 6, 2024
1 parent 3604410 commit 3bb03d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/gql/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ export const convertObjectToPropertiesString = <T>(
.map(
(item) =>
`${key} {
${Object.keys(item)
.map((k) => `${k}`)
.join("\n")}
${convertObjectToPropertiesString(item as IterableDictionary<T>)}
}`
)
.join("\n")
Expand Down

0 comments on commit 3bb03d8

Please sign in to comment.