File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import {device} from '#/storage'
6
6
export const BR_LABELER = 'did:plc:ekitcvx7uwnauoqy5oest3hm' // Brazil
7
7
export const DE_LABELER = 'did:plc:r55ow3tocux5kafs5dq445fy' // Germany
8
8
export const RU_LABELER = 'did:plc:crm2agcxvvlj6hilnjdc4hox' // Russia
9
- export const UK_LABELER = 'did:plc:gvkp7euswjjrctjmqwhhfzif' // United Kingdom
9
+ export const GB_LABELER = 'did:plc:gvkp7euswjjrctjmqwhhfzif' // United Kingdom
10
10
export const AU_LABELER = 'did:plc:dsynw7isrf2eqlhcjx3ffnmt' // Australia
11
11
export const TR_LABELER = 'did:plc:cquoj7aozvmkud2gifeinkda' // Turkey
12
12
export const JP_LABELER = 'did:plc:vhgppeyjwgrr37vm4v6ggd5a' // Japan
@@ -24,7 +24,7 @@ const MODERATION_AUTHORITIES: {
24
24
} = {
25
25
BR : [ BR_LABELER ] , // Brazil
26
26
RU : [ RU_LABELER ] , // Russia
27
- UK : [ UK_LABELER ] , // United Kingdom
27
+ GB : [ GB_LABELER ] , // United Kingdom
28
28
AU : [ AU_LABELER ] , // Australia
29
29
TR : [ TR_LABELER ] , // Turkey
30
30
JP : [ JP_LABELER ] , // Japan
You can’t perform that action at this time.
0 commit comments