You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/source-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -263,7 +263,7 @@ The `Segment.set()` method accepts an object with the following fields:
263
263
264
264
### Variable scoping
265
265
266
-
When declaring settings variables, make sure to declare them in the function handler rather than globally in your Function. This prevents you leaking the settings values across other function instances.
266
+
Declare settings variablesin the function handler, rather than globally in your function. This prevents you from leaking the settings values across other function instances.
267
267
268
268
The handler for Source functions is `onRequest()`.
0 commit comments