vantuz 3.5.18 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -106,7 +106,7 @@ async function main() {
|
|
|
106
106
|
// 5. Ana Döngü
|
|
107
107
|
while (true) {
|
|
108
108
|
printHeader();
|
|
109
|
-
await showDashboard(licenseStatus.data);
|
|
109
|
+
await showDashboard(licenseStatus.data || { customer: 'Misafir', expires: '2099-01-01' });
|
|
110
110
|
|
|
111
111
|
const { action } = await inquirer.prompt([
|
|
112
112
|
{
|