Skip to content

Commit 1c107ee

Browse files
committed
style: fix typescript errors
1 parent 40b90cd commit 1c107ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/publicDevicesRepo.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void describe('publicDevicesRepo()', () => {
165165
void describe('getById()', () => {
166166
void it(`it should return a device by it's public ID`, async () => {
167167
const id = randomUUID()
168-
const send = mock.fn()
168+
const send = mock.fn<any>()
169169
send.mock.mockImplementationOnce(
170170
async () =>
171171
Promise.resolve({

0 commit comments

Comments
 (0)