chore: bump client api (#4306)

This commit is contained in:
Nathan.fooo
2024-01-05 11:49:28 +08:00
committed by GitHub
parent bdec917a35
commit e7533c149f
5 changed files with 30 additions and 63 deletions

View File

@ -89,7 +89,6 @@ class FlowyRunner {
config.rustEnvs["APP_VERSION"] =
await PackageInfo.fromPlatform().then((value) => value.version);
}
// Specify the env
await initGetIt(getIt, mode, f, config);
await didInitGetItCallback?.call();