Skip to content

Commit

Permalink
fix(route/remnote): fix author name (DIYgod#14534)
Browse files Browse the repository at this point in the history
  • Loading branch information
amakerlife authored Feb 23, 2024
1 parent 170b837 commit a0f571f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/v2/remnote/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = async (ctx) => {
description: item.description_html,
link: `https://${FQDN}/changelog/${item.slug}`,
pubDate: parseDate(item.published_at.timestamp),
author: item.user.name,
}));

ctx.state.data = {
Expand Down
2 changes: 1 addition & 1 deletion lib/v2/remnote/maintainer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
'/changelog': ['TonyRL'],
'/changelog': ['TonyRL', 'amakerlife'],
};
2 changes: 1 addition & 1 deletion website/docs/routes/program-update.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Logseq 开发团队已经放弃了 [旧网站](https://logseq.com/blog)。

### Changelog {#remnote-changelog}

<Route author="TonyRL" example="/remnote/changelog" path="/remnote/changelog" radar="1" notOperational="1" />
<Route author="TonyRL amakerlife" example="/remnote/changelog" path="/remnote/changelog" radar="1" />

## RescueTime {#rescuetime}

Expand Down

0 comments on commit a0f571f

Please sign in to comment.