We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b0338 commit ce836cdCopy full SHA for ce836cd
components/zerobounce/actions/get-validation-results-file/get-validation-results-file.mjs
@@ -35,11 +35,9 @@ export default {
35
},
36
async validateFileId({ $ }) {
37
try {
38
- const x = await this.getResultsFile({
+ return await this.getResultsFile({
39
$,
40
});
41
- console.log(x);
42
- return true;
43
} catch {
44
throw new ConfigurationError("File not found. Make sure the File ID is correct");
45
}
0 commit comments