Used wrong index name for weapon
This commit is contained in:
parent
400e60ed70
commit
ec09459441
|
@ -79,7 +79,7 @@ export enum MeiliIndices {
|
||||||
VIDEOS = "video",
|
VIDEOS = "video",
|
||||||
POST = "post",
|
POST = "post",
|
||||||
WIKI_PAGE = "wiki-page",
|
WIKI_PAGE = "wiki-page",
|
||||||
WEAPON = "weapon",
|
WEAPON = "weapon-story",
|
||||||
}
|
}
|
||||||
|
|
||||||
export type MeiliDocumentsType =
|
export type MeiliDocumentsType =
|
||||||
|
|
Loading…
Reference in New Issue