Skip to content

Commit 9099d56

Browse files
committed
refactor(pinia-orm): linting
1 parent 4293027 commit 9099d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/pinia-orm/src/model/attributes/types

packages/pinia-orm/src/model/attributes/types/Boolean.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Model } from '../../Model'
2+
import { BooleanCast } from '../../casts/BooleanCast'
23
import type { TypeDefault } from './Type'
34
import { Type } from './Type'
4-
import { BooleanCast } from '../../casts/BooleanCast'
55

66
export class Boolean extends Type {
77
/**

0 commit comments

Comments
 (0)