fixin NullPointer #21969#note-9

This commit is contained in:
Francesco Mangiacrapa 2021-11-02 11:36:47 +01:00
parent 69e41bfc7d
commit 054df32261
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class GetWorkspaceUtil {
// ScopeProvider.instance.set(scope);
// logger.trace("ScopeProvider instancied for scope "+scope);
logger.trace("retuning workspace for username " + session.getUsername());
return getStorageHubWrapper(null, null, session.getUsername()).getWorkspace();
return getStorageHubWrapper(request, null, session.getUsername()).getWorkspace();
}
/**