missing author_id from manual trigger

This commit is contained in:
msramalho
2023-12-20 17:10:35 +00:00
parent a988a36003
commit eb5bc02635

View File

@@ -136,6 +136,7 @@ export default new Vuex.Store({
},
body: JSON.stringify({
sheet_id: sheet.sheetId,
author_id: state.user.email,
}),
}
);