Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Dec 6, 2024
1 parent a8470c0 commit c926a93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ import { createPinia } from 'pinia'
import { ModelSelect } from '@/components/model-select/'

export const showModelSelect = (options: { [x: string]: unknown } | null | undefined) => {
if (true) {

Check failure on line 9 in src/main.ts

View workflow job for this annotation

GitHub Actions / format_and_lint

Unexpected constant condition
console.log("test workflow!")
}



let isMounted = false
const uniqueId = `bizyair-model-select-${Date.now()}-${Math.random().toString(36).substr(2, 9)}`
const container = document.createElement('div')
Expand Down

0 comments on commit c926a93

Please sign in to comment.