diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 6d7d483..c5f8445 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,13 +4,8 @@
-
+
-
-
-
-
-
@@ -122,15 +117,15 @@
-
-
+
+
+
+
-
+
-
-
-
+
@@ -183,7 +178,7 @@
-
+
-
+
-
+
- true
- true
- false
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- true
+ false
true
false
@@ -279,6 +253,27 @@
false
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ true
+ false
+
+
@@ -292,25 +287,26 @@
+
+
+
-
-
-
-
+
+
@@ -446,14 +442,7 @@
1622284601372
-
- 1622659332308
-
-
-
- 1622659332309
-
-
+
@@ -487,8 +476,7 @@
-
-
+
diff --git a/src/main/kotlin/org/hmcore/Main.kt b/src/main/kotlin/org/hmcore/Main.kt
index 9a1feae..e7fc53b 100644
--- a/src/main/kotlin/org/hmcore/Main.kt
+++ b/src/main/kotlin/org/hmcore/Main.kt
@@ -43,7 +43,7 @@ object Main {
var content = ""
file.bufferedReader().readLines().forEach {
content += it
- .replace(",\"mentionedRole\":", ",\"type\":\"BLOGPOST\",\"mentionedRole\":")
+ .replace("""mentionedRole":""".toRegex(),"""type":"BLOGPOST","mentionedRole":""")
}
file.writeBytes(content.encodeToByteArray())
}