Skip to content

Commit fc2b66d

Browse files
authored
fix enum value issue (canada-ca#1551)
1 parent 5ce562f commit fc2b66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api-js/src/enums/period.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const PeriodEnums = new GraphQLEnumType({
5252
description: 'The month of December.',
5353
},
5454
LAST30DAYS: {
55-
value: 'last30days',
55+
value: 'thirtyDays',
5656
description: 'The last 30 days.',
5757
},
5858
},

0 commit comments

Comments
 (0)