Skip to content

Commit c5f192c

Browse files
committed
fix: Remove secret dsn
1 parent 88be515 commit c5f192c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.10.2
4+
5+
* Remove secret DSN part check for prompt
6+
37
## v0.10.1
48

59
* Use opn in favor of open

lib/Steps/PromptForParameters.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ export class PromptForParameters extends BaseStep {
126126
if (match[1] !== 'http' && match[1] !== 'https') {
127127
return 'Unsupported protocol for DSN: ' + match[1];
128128
}
129-
if (!match[3]) {
130-
return 'Missing secret in DSN';
131-
}
132129
return true;
133130
}
134131
}

0 commit comments

Comments
 (0)