Skip to content

Commit 3198fcf

Browse files
Updated tags to tag
When pass just one tag need to use `tag` instead `tags`
1 parent 7b228a7 commit 3198fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/services/challenges.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ class ChallengesService {
542542
const newParams = {
543543
...filter,
544544
...params,
545-
tags: ['Marathon Match'],
545+
tag: 'Marathon Match',
546546
memberId,
547547
};
548548

0 commit comments

Comments
 (0)