Skip to content

Commit

Permalink
string id?
Browse files Browse the repository at this point in the history
  • Loading branch information
cubeghost committed Feb 18, 2024
1 parent f866687 commit 02431cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/tumblr.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class TumblrClient {
});

return this.client.editLegacyPost(this.blog, {
id: post.id,
id: post.id_string,
tags: replacedTags.join(',')
});
})
Expand Down

0 comments on commit 02431cf

Please sign in to comment.