Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
littlespex committed Oct 28, 2024
1 parent 6049298 commit 2d09630
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/cmsd/CMSD_DYNAMIC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @beta
*/
export const CMSD_DYNAMIC = 'CMSD-Dynamic' as const;
export const CMSD_DYNAMIC = 'CMSD-Dynamic';
2 changes: 1 addition & 1 deletion lib/src/cmsd/CMSD_STATIC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @beta
*/
export const CMSD_STATIC = 'CMSD-Static' as const;
export const CMSD_STATIC = 'CMSD-Static';
2 changes: 1 addition & 1 deletion lib/src/cmsd/CMSD_V1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @beta
*/
export const CMSD_V1 = 1 as const;
export const CMSD_V1 = 1;

0 comments on commit 2d09630

Please sign in to comment.