Skip to content

Commit b949f5c

Browse files
committed
participant resolver formatting fix
1 parent 451f3bb commit b949f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/resolvers/participantResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const participantResolver = {
152152
);
153153

154154
return last7Days.map((day) => earningsMap[day] || 0);
155-
},
155+
},
156156
},
157157
Mutation: {
158158
createParticipant: async (

0 commit comments

Comments
 (0)