Skip to content

Commit

Permalink
reduce log
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Mar 22, 2024
1 parent ee62338 commit 03053e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/_mig_misskeyusercontent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function main() {
'metadata.webpublicUrl': replaceUrl(file.metadata?.webpublicUrl),
};

console.log(set);
//console.log(set);

await DriveFile.update(file._id, {
$set: set,
Expand Down

0 comments on commit 03053e4

Please sign in to comment.