mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-13 05:58:37 +03:00
missing author_id from manual trigger
This commit is contained in:
@@ -136,6 +136,7 @@ export default new Vuex.Store({
|
|||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
sheet_id: sheet.sheetId,
|
sheet_id: sheet.sheetId,
|
||||||
|
author_id: state.user.email,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user