Skip to content

Commit

Permalink
clean up workspace context name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJump committed Apr 10, 2024
1 parent d79e39e commit ee6af45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ export class uSyncWorkspaceContext extends UmbControllerBase
export default uSyncWorkspaceContext;

export const USYNC_CORE_CONTEXT_TOKEN =
new UmbContextToken<uSyncWorkspaceContext>(uSyncWorkspaceContext.name);
new UmbContextToken<uSyncWorkspaceContext>('uSyncWorkspaceContext');

0 comments on commit ee6af45

Please sign in to comment.