Back up Fold followers & FR answers

This commit is contained in:
Austin Chen 2022-03-08 20:45:28 -08:00
parent da4ce99755
commit 4b2fd0bdc7

View File

@ -44,6 +44,8 @@ export const backupDb = functions.pubsub
'users', 'users',
'bets', 'bets',
'comments', 'comments',
'followers',
'answers',
], ],
}) })
.then((responses) => { .then((responses) => {