fix(matrix): fix broken import again

This commit is contained in:
Sebastian Schubotz
2026-01-22 10:25:53 +01:00
committed by Peter Steinberger
parent 7b40d1b261
commit c717258a8f

View File

@@ -53,7 +53,7 @@ export async function resolveMatrixAuth(params?: {
saveMatrixCredentials,
credentialsMatchConfig,
touchMatrixCredentials,
} = await import("./credentials.js");
} = await import("../credentials.js");
const cached = loadMatrixCredentials(env);
const cachedCredentials =