Skip to content

Commit

Permalink
Update screenshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 9, 2024
1 parent d901334 commit 62b2133
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,8 @@ private async Task<App> GetAppAsync(DomainId appId)
{
var appProvider = serviceProvider.GetRequiredService<IAppProvider>();

var app = await appProvider.GetAppAsync(appId);

if (app == null)
{
var app = await appProvider.GetAppAsync(appId) ??
throw new JavaScriptException("App does not exist.");
}

return app;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62b2133

Please sign in to comment.