Skip to content

Commit f8a3066

Browse files
committed
1 parent 69c38df commit f8a3066

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

polycode/service.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,5 @@ func (f Memo) Get() Response {
349349
}
350350
}
351351

352-
return Response{
353-
output: output,
354-
isError: false,
355-
error: Error{},
356-
}
352+
return response
357353
}

0 commit comments

Comments
 (0)