Skip to content

Commit aa1335a

Browse files
committed
refactor: missed semicollon
1 parent 4ea62f8 commit aa1335a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export interface Environment {
22
production: boolean;
3-
api: string
3+
api: string;
44
}

0 commit comments

Comments
 (0)