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 fee4a9c commit 24d4b36Copy full SHA for 24d4b36
src/Services/Masa.Scheduler.Services.Server/Application/Projects/ProjectQueryHandler.cs
@@ -21,7 +21,7 @@ public async Task ProjectListHandleAsync(ProjectQuery query)
21
{
22
if (string.IsNullOrWhiteSpace(query.Environment))
23
24
- query.Environment = _userContext.Environment ?? "development";
+ query.Environment = _userContext.Environment ?? string.Empty;
25
}
26
27
var projectList = await _pmClient.ProjectService.GetProjectAppsAsync(query.Environment);
0 commit comments