Skip to content

Commit

Permalink
fix: remove redundant line in AccountExporter class
Browse files Browse the repository at this point in the history
  • Loading branch information
0marSalah committed Dec 18, 2024
1 parent 4648dda commit ac5e3b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/entities/exportAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export class AccountExporter {
id: "following_accounts.json",
type: "OrderedCollection",
orderedItems: followingAccounts.map((account) => ({
account: this.normalizeUrl(`accounts/${account.followingId}`),
account: this.normalizeUrl(`accounts/${account.followingId}`),
showBoosts: account.shares,
notifyOnNewPosts: account.notify,
Expand Down

0 comments on commit ac5e3b0

Please sign in to comment.