Skip to content

Commit 50eaf52

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 9cbb304 commit 50eaf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/platform.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export interface PlatformConfig {
104104
/**
105105
* The categories the platform belongs to.
106106
*/
107-
categories?: (`${PlatformCategory}`)[];
107+
categories?: `${PlatformCategory}`[];
108108
/**
109109
* Useful to define the "parent" platform. When specified the Platform will
110110
* inherit configuration values from the parent platform.

0 commit comments

Comments
 (0)