Skip to content

Commit f964744

Browse files
committed
yarn lock update
1 parent 91a1d26 commit f964744

2 files changed

Lines changed: 109 additions & 213 deletions

File tree

workers-api/src/handlers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ export const searchHandler = async (
209209
});
210210
};
211211

212+
// Fetches a logo from the external LOGO API source
212213
export const fetchLogoHandler = async (
213214
{ params, query }: FetchImageParams,
214215
env: Bindings,
@@ -265,6 +266,7 @@ export const fetchLogoHandler = async (
265266
headers: headers,
266267
});
267268
};
269+
268270
/** Helper function to convert a ReadableStream to string */
269271
async function streamToString(stream: ReadableStream<Uint8Array>) {
270272
const reader = stream.getReader();

0 commit comments

Comments
 (0)