mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-12 21:48:37 +03:00
adds feature that removes 404 spreadsheets
This commit is contained in:
@@ -342,7 +342,7 @@ export default new Vuex.Store({
|
||||
);
|
||||
|
||||
const response = await getDocs(q);
|
||||
if(response.docs.length > 0) {
|
||||
if (response.docs.length > 0) {
|
||||
throw "Sheet already enabled";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user