Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed Dec 4, 2022
1 parent b908530 commit 74384da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/upg/src/bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,12 @@ if (
warn("Logged in.", ["bold", "green"]);

if (SUBSCRIPTION_LOCK) {
log();
warn();
await oraPromise(checkSubscription, {
text: "Checking subscription...",
indent: 2,
});
warn();
// log();
// await spinners({
// "Checking subscription...": async () => {
Expand Down

0 comments on commit 74384da

Please sign in to comment.