Skip to content

Commit e4a5409

Browse files
author
Andrew Omondi
committed
fix: fixes serializeMultipartBody function signature
1 parent 628a4d6 commit e4a5409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vitest.workspace.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineWorkspace, configDefaults } from 'vitest/config';
1+
import { defineWorkspace } from 'vitest/config';
22

33
const workspace = defineWorkspace([
44
'packages/abstractions',
@@ -7,4 +7,4 @@ const workspace = defineWorkspace([
77
'packages/serialization/*'
88
])
99

10-
export default workspace;
10+
export default workspace;

0 commit comments

Comments
 (0)