Used wrong index name for weapon

This commit is contained in:
DrMint 2023-02-12 23:18:48 +01:00
parent 400e60ed70
commit ec09459441
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ export enum MeiliIndices {
VIDEOS = "video",
POST = "post",
WIKI_PAGE = "wiki-page",
WEAPON = "weapon",
WEAPON = "weapon-story",
}
export type MeiliDocumentsType =