Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 28, 2024
1 parent 7f152de commit f5ad94a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { fileShortPath } from '@waiting/shared-core'
import { PrinterEnumFlags } from '##/index.consts.js'
import { load } from '##/index.js'
import { PRINTER_INFO_1_Type, PRINTER_INFO_4_Type } from '##/index.struct.js'
import { multipleChoiceMapperSet } from '#@/mapper/index.mapper.js'
import { funcName } from '#@/mapper/EnumPrintersW.mapper.js'
import { multipleChoiceMapperSet } from '#@/mapper/index.mapper.js'
import { expectPrinterInfo } from '#@/test.config.js'

import { defWinspool, WinspoolFns } from './api.helper.js'
Expand Down

0 comments on commit f5ad94a

Please sign in to comment.