Skip to content
Snippets Groups Projects
Commit 2e0b68ea authored by Kelvin's avatar Kelvin
Browse files

Swap ordering

parent b28f0ab1
No related branches found
No related tags found
No related merge requests found
...@@ -11,8 +11,8 @@ class Claims { ...@@ -11,8 +11,8 @@ class Claims {
fun youtube(internalId: String, handle: String): Protocol.Claim { fun youtube(internalId: String, handle: String): Protocol.Claim {
return claim(ClaimType.YOUTUBE.value, mapOf( return claim(ClaimType.YOUTUBE.value, mapOf(
0L to internalId, 0L to handle,
1L to handle 1L to internalId
)) ))
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment