Skip to content

Commit

Permalink
�fix: Fix naming conventions
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Navarro Perez <antnavper@gmail.com>
  • Loading branch information
jinoosss and ajnavarro authored Apr 8, 2024
1 parent 6c8865f commit 36796cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve/graph/schema/types/transaction.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -244,12 +244,12 @@ type MemFile {
"""
the name of the source file.
"""
Name: String!
name: String!

"""
the content of the source file.
"""
Body: String!
body: String!
}

type TxFee {
Expand Down

0 comments on commit 36796cf

Please sign in to comment.