Skip to content

Commit 052673a

Browse files
committed
Fix typing error in Eulerian
1 parent c4e7ca4 commit 052673a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export type EulerianAnalytics = {
8383
filters: string; // array of filters that were applied on the page (strings)
8484
}>;
8585
site?: Partial<{
86-
environment: "production" | "stage" | "production"; // by default development ['development', 'stage', 'production']
86+
environment: "development" | "stage" | "production"; // by default development ['development', 'stage', 'production']
8787
entity: string; // Entity responsible for website
8888
language: string; // language of the website (ISO 639-1). default to html lang
8989
target: string; // site target

0 commit comments

Comments
 (0)