From 35a7b76a7d935dc2c749fd39ac80c6af1096b795 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 16 Dec 2019 16:20:45 +0100 Subject: history WIP, DB naming --- src/operations/exchanges.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operations/exchanges.ts') diff --git a/src/operations/exchanges.ts b/src/operations/exchanges.ts index fc1a50f00..871ee1138 100644 --- a/src/operations/exchanges.ts +++ b/src/operations/exchanges.ts @@ -431,6 +431,7 @@ async function updateExchangeFromUrlImpl( termsOfServiceAcceptedTimestamp: undefined, termsOfServiceLastEtag: undefined, termsOfServiceText: undefined, + updateDiff: undefined, }; await ws.db.put(Stores.exchanges, newExchangeRecord); } else { -- cgit v1.2.3