We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bd538 commit c0c4c8cCopy full SHA for c0c4c8c
1 file changed
src/options.ts
@@ -98,9 +98,7 @@ export const defaults: ElideSetupActionOptions = {
98
/**
99
* Normalize a channel string to a recognized channel token.
100
*/
101
-export function normalizeChannel(
102
- channel: string
103
-): ElideChannel {
+export function normalizeChannel(channel: string): ElideChannel {
104
switch (channel.trim().toLowerCase()) {
105
case 'nightly':
106
return 'nightly'
0 commit comments