Skip to content

Commit 4292bd7

Browse files
committed
Remove unneeded type assertion now that ApiClient exists
1 parent 7b19180 commit 4292bd7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/config/file.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ test.serial("getRemoteConfig uses proxy when it is supposed to", async (t) => {
9999
throw new Error(errorMessage);
100100
}
101101
// Otherwise return the client object.
102-
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
103-
return client as unknown as any;
102+
return client;
104103
});
105104

106105
const target = callee(getRemoteConfig)

0 commit comments

Comments
 (0)