mirror of
				https://gitlab.com/comunic/comunicapiv2
				synced 2025-10-31 01:24:43 +00:00 
			
		
		
		
	Fix error
This commit is contained in:
		| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user