Skip to content

Commit efdc13e

Browse files
authored
Update KustoDatabaseHandler.cs
1 parent 6fdaa9a commit efdc13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KustoSchemaTools/Parser/KustoDatabaseHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public async Task<Database> LoadAsync()
3131
var database = new Database();
3232
foreach (var plugin in Plugins)
3333
{
34-
plugin.Load(database, DatabaseName, client);
34+
await plugin.Load(database, DatabaseName, client);
3535

3636
}
3737
return database;

0 commit comments

Comments
 (0)