fix: solves some TypeScript errors

This commit is contained in:
Massedil
2025-07-03 21:41:07 +02:00
parent 960b2ca4f7
commit 407f5b881e
2 changed files with 8 additions and 9 deletions

View File

@@ -88,7 +88,7 @@ export async function loadWrappedMedia(
export function asMediaInput(
mmedia: IModifiableMedia,
name: string,
fallbackId: number
fallbackId: string
): any {
const ret = {
[name]: {},