Skip to content

Commit 23f2248

Browse files
committed
Fix exported API bucket check.
1 parent 290625e commit 23f2248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/shared/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ final class Configuration {
423423
publicPackagesBucketName!,
424424
searchSnapshotBucketName!,
425425
taskResultBucketName!,
426-
exportedApiBucketName!,
426+
if (exportedApiBucketName != null) exportedApiBucketName!,
427427
]);
428428

429429
late final isProduction = projectId == 'dartlang-pub';

0 commit comments

Comments
 (0)