Skip to content

Commit f8f55f5

Browse files
committed
Fix lint error
1 parent 16cade8 commit f8f55f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/synthetics/synthetics.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { SyntheticsConfig } from '@elastic/synthetics'
22

3-
export default (env) => {
3+
export default () => {
44
const DOCS_ENVIRONMENT = process.env.DOCS_ENV ?? 'local'
55
const config: SyntheticsConfig = {
66
params: {

0 commit comments

Comments
 (0)