Skip to content

Commit d3deaa3

Browse files
committed
feat: build
1 parent 5449db3 commit d3deaa3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src/views/ds/DatasourceForm.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ const excelUploadSuccess = ref(false)
4343
const tableListLoading = ref(false)
4444
const token = wsCache.get('user.token')
4545
const request_key = computed(() => {
46-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
47-
// @ts-expect-error
4846
// eslint-disable-next-line no-undef
4947
return LicenseGenerator.generate()
5048
})

0 commit comments

Comments
 (0)