Skip to content

Commit 1d93c82

Browse files
committed
remove alias
1 parent c8b79ae commit 1d93c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/parameters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const (
2626
ParameterFormTypeError ParameterFormType = "error"
2727
)
2828

29-
type OptionType = string
29+
type OptionType string
3030

3131
const (
3232
OptionTypeString OptionType = "string"

0 commit comments

Comments
 (0)