This commit is contained in:
Shreyas Goenka 2023-06-06 00:27:02 +02:00
parent ae09abf1f5
commit 14b63d0326
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ func (w *WorkspaceFilesClient) ReadDir(ctx context.Context, name string) ([]fs.D
objects, err := w.workspaceClient.Workspace.ListAll(ctx, workspace.ListWorkspaceRequest{
Path: absPath,
})
if err != nil {
// If we got an API error we deal with it below.
var aerr *apierr.APIError