Fix Build
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Chaoscaot 2024-11-24 23:05:29 +01:00
Ursprung 0ab7d204f2
Commit bbb6d87ccc

Datei anzeigen

@ -29,7 +29,7 @@ import {pageRepo} from "@repo/page.ts";
import {dataRepo} from "@repo/data.ts"; import {dataRepo} from "@repo/data.ts";
export const schemTypes = cached<SchematicType[]>([], () => export const schemTypes = cached<SchematicType[]>([], () =>
fetchWithToken(get(tokenStore), "/data/schematicTypes") fetchWithToken(get(tokenStore), "/data/admin/schematicTypes")
.then(res => res.json())); .then(res => res.json()));
export const players = cached<Player[]>([], async () => { export const players = cached<Player[]>([], async () => {