Skip to content

Commit 043396c

Browse files
committed
Add type annotation for source variable in error handling
1 parent b31921d commit 043396c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/API/Main.elm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ app =
7777

7878
Err err ->
7979
let
80+
source : Code.Source
8081
source =
8182
Code.toSource src
8283

0 commit comments

Comments
 (0)