Skip to content

Commit

Permalink
Simplify migration
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Mar 6, 2024
1 parent a904091 commit 0bd0dbc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/src/bsky-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -838,8 +838,6 @@ function migrateLegacyMutedWordsItems(items: AppBskyActorDefs.MutedWord[]) {
return items.map((item) => ({
...item,
id: item.id || TID.nextStr(),
actors: item.actors || [],
expiresAt: item.expiresAt || undefined,
}))
}

Expand Down

0 comments on commit 0bd0dbc

Please sign in to comment.