mirror of
https://gitlab.com/comunic/comunicapiv2
synced 2024-11-22 13:29:22 +00:00
Fix error
This commit is contained in:
parent
2453deeec3
commit
ca5dbbd5f6
@ -20,7 +20,7 @@ const TABLE_NAME = "texte";
|
||||
* Database mapping
|
||||
*/
|
||||
const PostDBTypes : Record<string, PostKind> = {
|
||||
"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,
|
||||
|
Loading…
Reference in New Issue
Block a user