We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af859c commit 92d0a07Copy full SHA for 92d0a07
app/app.ts
@@ -31,7 +31,6 @@ if (macroCondition(!isTesting())) {
31
environment: config.environment,
32
release: `v${pkg.version}`,
33
},
34
- // @ts-expect-error TODO: fix this type error
35
emberInit
36
);
37
}
0 commit comments