adds email info for new sheets from cronjob

This commit is contained in:
msramalho
2023-12-17 23:28:19 +00:00
parent d44920549b
commit e2cd10615c
2 changed files with 15 additions and 9 deletions

View File

@@ -313,6 +313,7 @@ export default new Vuex.Store({
url: newSheet.result.spreadsheetUrl,
timestamp: Date.now(),
uid: state.user.uid,
email: state.user.email,
lastArchived: null,
name: name,
});
@@ -351,6 +352,7 @@ export default new Vuex.Store({
url: sheetToEnable.result.spreadsheetUrl,
timestamp: Date.now(),
uid: state.user.uid,
email: state.user.email,
lastArchived: null,
name: sheetToEnable.result.properties.title,
});