Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mbossenbroek committed Apr 19, 2024
1 parent a14ecab commit 450d1ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object DefaultTracker {
@QueryProjectionMarker
abstract class GraphQLProjection(
protected val inputValueSerializer: InputValueSerializerInterface? = null,
defaultFields: Set<String> = setOf("__typename"),
defaultFields: Set<String> = setOf("__typename")
) {

companion object {
Expand Down

0 comments on commit 450d1ac

Please sign in to comment.