Skip to content

Commit

Permalink
ui: fixbug for - makefile add .js dep to "dev" target
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Sep 12, 2024
1 parent dec7867 commit 09653a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ port receiveError : (String -> msg) -> Sub msg

init : flags -> ( Model, Cmd Msg )
init _ =
( Model [] OrderedDict.empty "" (DbStats 0 0) Nothing 0 Starting (millisToPosix 0)
( Model [] OrderedDict.empty "" (DbStats 0 0 0) Nothing 0 Starting (millisToPosix 0)
, Task.perform InitClock Time.now
)

Expand Down

0 comments on commit 09653a5

Please sign in to comment.