Skip to content

Commit

Permalink
[FIX] hotfix for describe_course fs type
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunghoshal committed Dec 5, 2023
1 parent 6c570a5 commit 8e5e75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awsed/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class FileSystemResult:
identifier: str
server: str
path: str
type: str
type: str = "workspace"


@dataclass
Expand Down

0 comments on commit 8e5e75e

Please sign in to comment.