(scope: Scope, cf: IncomingRequestCfProperties | CfProperties)
| 15 | * Set culture context on scope |
| 16 | */ |
| 17 | export function addCultureContext(scope: Scope, cf: IncomingRequestCfProperties | CfProperties): void { |
| 18 | scope.setContext('culture', { |
| 19 | timezone: cf.timezone, |
| 20 | }); |
| 21 | } |
| 22 | |
| 23 | /** |
| 24 | * Set request data on scope |
no test coverage detected