Skip to content

Commit 58bf4b3

Browse files
committed
also edited MessageAliases in env.go
1 parent 7f41d5d commit 58bf4b3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

utils/env/env.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,39 +38,39 @@ var ENV ENV_ = ENV_{
3838
MESSAGE_ALIASES: []middlewares.MessageAlias{
3939
{
4040
Alias: "msg",
41-
Priority: 100,
41+
Score: 100,
4242
},
4343
{
4444
Alias: "content",
45-
Priority: 99,
45+
Score: 99,
4646
},
4747
{
4848
Alias: "description",
49-
Priority: 98,
49+
Score: 98,
5050
},
5151
{
5252
Alias: "text",
53-
Priority: 20,
53+
Score: 20,
5454
},
5555
{
5656
Alias: "body",
57-
Priority: 15,
57+
Score: 15,
5858
},
5959
{
6060
Alias: "summary",
61-
Priority: 10,
61+
Score: 10,
6262
},
6363
{
6464
Alias: "details",
65-
Priority: 9,
65+
Score: 9,
6666
},
6767
{
6868
Alias: "payload",
69-
Priority: 2,
69+
Score: 2,
7070
},
7171
{
7272
Alias: "data",
73-
Priority: 1,
73+
Score: 1,
7474
},
7575
},
7676
}

0 commit comments

Comments
 (0)