Skip to content

Commit

Permalink
chore: console.log json pin action
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Feb 20, 2024
1 parent 73628df commit d9f1f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function uploadToProviders(providers: string[], type: ProviderTyp
.length;
providersUploadSize.inc({ name, type }, size);
status = 1;
console.log(`JSON pinned: ${result.provider} - ${result.cid}`);

return result;
} catch (e: any) {
Expand Down

0 comments on commit d9f1f4b

Please sign in to comment.