Mm 31258 compliance monitoring csv headers (#16806)

move UserType header into the right column
Этот коммит содержится в:
Max Erenberg
2021-03-11 13:02:41 -05:00
коммит произвёл GitHub
родитель 05720f627b
Коммит 5cb5f0a60a

Просмотреть файл

@@ -53,6 +53,7 @@ func CompliancePostHeader() []string {
"UserUsername",
"UserEmail",
"UserNickname",
"UserType",
"PostId",
"PostCreateAt",
@@ -66,7 +67,6 @@ func CompliancePostHeader() []string {
"PostProps",
"PostHashtags",
"PostFileIds",
"UserType",
}
}