This commit is contained in:
garronej 2025-03-13 13:32:08 +01:00
parent 002e3d4b3d
commit 368e3a32c5

View File

@ -18,7 +18,7 @@ export async function command(params: { buildContext: BuildContext }) {
const { buildContext } = params;
const { hasBeenHandled } = await maybeDelegateCommandToCustomHandler({
commandName: "initialize-account-theme",
commandName: "initialize-email-theme",
buildContext
});