mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 22:25:50 +02:00
strictNullChecks (#4666)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
@@ -44,7 +44,7 @@ function greet() {
|
||||
export async function masterMain() {
|
||||
greet();
|
||||
|
||||
let config: Config;
|
||||
let config!: Config;
|
||||
|
||||
try {
|
||||
// initialize app
|
||||
|
||||
Reference in New Issue
Block a user