mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2025-06-20 08:35:17 +00:00
Fix error
This commit is contained in:
@ -20,7 +20,7 @@ const TABLE_NAME = "texte";
|
|||||||
* Database mapping
|
* Database mapping
|
||||||
*/
|
*/
|
||||||
const PostDBTypes : Record<string, PostKind> = {
|
const PostDBTypes : Record<string, PostKind> = {
|
||||||
"texte": PostKind.POST_KIND_IMAGE,
|
"texte": PostKind.POST_KIND_TEXT,
|
||||||
"image": PostKind.POST_KIND_IMAGE,
|
"image": PostKind.POST_KIND_IMAGE,
|
||||||
"webpage_link": PostKind.POST_KIND_WEBLINK,
|
"webpage_link": PostKind.POST_KIND_WEBLINK,
|
||||||
"pdf": PostKind.POST_KIND_PDF,
|
"pdf": PostKind.POST_KIND_PDF,
|
||||||
|
Reference in New Issue
Block a user