Skip to content

Commit

Permalink
chore: empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzano committed Sep 17, 2023
1 parent 97b4a94 commit eab969a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli/commands/anon-db/process-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ async function processCollection(
const anonymizerName: ProviderType = collection.anonymizer.name;
const {anonymizer, tableName, columnName, dbName} = collection;

const prefixText = providerEmoji[anonymizerName] ?? '';

const collectionSpinner = ora({
text: `${providerVerb[anonymizerName]} ${magenta(
collection.columnName,
)} in ${cyan(collection.tableName)}`,
prefixText: `${providerEmoji[anonymizerName]}`,
prefixText,
}).start();

// Process
Expand Down

0 comments on commit eab969a

Please sign in to comment.