fix(db): use correct env..

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-02-17 21:58:18 +01:00
parent 7182ca6e4c
commit 6318dc4175

View File

@@ -25,7 +25,7 @@ export async function up() {
'profile_aliases_distributed',
);
const isSelfHosting = !!process.env.SELF_HOSTING;
const isSelfHosting = !!process.env.SELF_HOSTED;
const isClustered = !isSelfHosting;
const isSelfHostingPostCluster =