Commit b53a94b
committed
fix: align canTrial handling — use !== true in start.ts for consistency with list.ts
Both commands now treat undefined canTrial conservatively: list.ts does
not show a plan trial row, start.ts rejects the attempt. This avoids
user confusion where "sentry trial start plan" succeeds but
"sentry trial list" shows no plan trial option.1 parent cc76470 commit b53a94b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
| 253 | + | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments