Skip to content

Commit 99a0e4c

Browse files
committed
chore: update comment
1 parent 479af4e commit 99a0e4c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/client.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ import { env } from 'node:process'
44
import { fetchAndRetry } from './retry.ts'
55
import { BlobInput, Fetcher, HTTPMethod } from './types.ts'
66

7-
// The name of the environment variable that holds the context in a Base64,
8-
// JSON-encoded object. If we ever need to change the encoding or the shape
9-
// of this object, we should bump the version and create a new variable, so
10-
// that the client knows how to consume the data and can advise the user to
11-
// update the client if needed.
7+
/**
8+
* The name of the environment variable that holds the context in a Base64,
9+
* JSON-encoded object. If we ever need to change the encoding or the shape
10+
* of this object, we should bump the version and create a new variable, so
11+
* that the client knows how to consume the data and can advise the user to
12+
* update the client if needed.
13+
*/
1214
export const NETLIFY_CONTEXT_VARIABLE = 'NETLIFY_BLOBS_CONTEXT'
1315

1416
export interface Context {

0 commit comments

Comments
 (0)