Skip to content

Commit cd962ab

Browse files
remove unused function
1 parent e895728 commit cd962ab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/cpsTradesApi.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ function getTrade(tradeId: string) {
9090
return instance.get(url)
9191
}
9292

93-
const nullIfEmpty = (prop: string | undefined) => {
94-
if (prop === '') {
95-
return undefined
96-
}
97-
return prop
98-
}
99-
10093
export default {
10194
getInstance,
10295
createQuote,

0 commit comments

Comments
 (0)