Skip to content

Commit 5e625c9

Browse files
committed
minor fix
1 parent 0c80dbc commit 5e625c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/currentCoupons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async (apiEndpoint: string = 'https://5j4d1u7jhf.execute-api.eu-w
1010
try {
1111
const res = await fetch(apiEndpoint)
1212
const body = await res.json()
13-
logger.info(`[${colors.green('✔')}] API lookup success: ${JSON.stringify(body)}`)
13+
logger.info(`[${colors.green('✔')}] API lookup success: ${body}`)
1414
return body
1515
} catch (error) {
1616
if (error instanceof Error) {

0 commit comments

Comments
 (0)