Skip to content

Commit cf704fe

Browse files
committed
Fix the fix
1 parent 480b9b6 commit cf704fe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/types.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -883,12 +883,7 @@ export type ServerCreateQRResponse =
883883
| ServerErrorResponse;
884884

885885
export type ServerRetrieveQRResponse =
886-
| (
887-
| {
888-
data: ServerQR[];
889-
}
890-
| NoServerError
891-
)
886+
| ({ data: ServerQR[] } & NoServerError)
892887
| ServerErrorResponse;
893888

894889
export type ServerUpdateQRResponse =

0 commit comments

Comments
 (0)