diff --git a/src/helpers/PostsHelper.ts b/src/helpers/PostsHelper.ts index 5aa1ab8..daef716 100644 --- a/src/helpers/PostsHelper.ts +++ b/src/helpers/PostsHelper.ts @@ -20,7 +20,7 @@ const TABLE_NAME = "texte"; * Database mapping */ const PostDBTypes : Record = { - "texte": PostKind.POST_KIND_IMAGE, + "texte": PostKind.POST_KIND_TEXT, "image": PostKind.POST_KIND_IMAGE, "webpage_link": PostKind.POST_KIND_WEBLINK, "pdf": PostKind.POST_KIND_PDF,