Skip to content

Commit

Permalink
🐛 重新导入错误方法
Browse files Browse the repository at this point in the history
  • Loading branch information
phidiaLam committed Feb 7, 2024
1 parent aa4eff0 commit 3ed33f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/fetcherConfig/fetcherDetailConfig/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@
<script>
import ShowAndConfirm from "./showAndConfirm.vue";
import FormButton from "@/components/FormButton";
import { FetchController, registerDefaultDataSourceTypes } from '@enraged-dun-cookie-development-team/cookie-fetcher';
import { registerDefaultDataSourceTypes } from '@enraged-dun-cookie-development-team/cookie-fetcher';
import { FetchController } from '@enraged-dun-cookie-development-team/cookie-fetcher-core';
export default {
name: "FetcherDetailConfig",
components: { ShowAndConfirm, FormButton },
Expand Down Expand Up @@ -662,7 +663,6 @@ export default {
FetchController.validateConfig(fetcherConfig);
}
} catch (e) {
console.log(e)
fetcherConfigValidationMessage.push({ number: index+1, message: e.message });
}
Expand Down

0 comments on commit 3ed33f3

Please sign in to comment.