Skip to content

Commit

Permalink
don't update the old messages keys!
Browse files Browse the repository at this point in the history
This causes the UI and linter go out of sync!
  • Loading branch information
aminya committed Sep 25, 2020
1 parent d2006d3 commit 5b460af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/message-registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ class MessageRegistry {

const { oldMessages } = entry

// update the key of oldMessages
updateKeys(oldMessages)

// create a map from keys to oldMessages
const keyMessageMap = createKeyMessageMap(oldMessages)

Expand Down

0 comments on commit 5b460af

Please sign in to comment.