Skip to content

Commit 1a94278

Browse files
author
Nick Rout
committed
Fix news tag name
1 parent 1736156 commit 1a94278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/main/java/dev/ricknout/rugbyranker/core/api/WorldRugbyService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interface WorldRugbyService {
5454
const val SORT_DESC = "desc"
5555
const val TYPE_TEXT = "text"
5656
const val LANGUAGE_EN = "en"
57-
const val TAG_NAME_NEWS = "News"
57+
const val TAG_NAME_NEWS = "wr-news"
5858
const val BASE_URL = "https://cmsapi.pulselive.com/"
5959
}
6060
}

0 commit comments

Comments
 (0)