Skip to content

Commit 2c48d30

Browse files
authored
Apply suggestion from @netanelgilad
1 parent 4a7db0e commit 2c48d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/functions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function createFunctionsModule(
8888
);
8989
},
9090

91-
// Fetch a backend function endpoint directly (supports streaming).
91+
// Fetch a backend function endpoint directly.
9292
async fetch(path: string, init: FunctionsFetchInit = {}) {
9393
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
9494
const primaryPath = `/api/functions${normalizedPath}`;

0 commit comments

Comments
 (0)