Skip to content

Commit

Permalink
fix get-performance-logs (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uunnamed authored Aug 14, 2020
1 parent 63e09d3 commit f264d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etaoin/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
was set (see the `:dev` key when running a driver).
"
[driver]
(->> (api/get-logs* driver "performance")
(->> (api/get-logs driver "performance")
(mapv (comp process-log api/process-log))))


Expand Down

0 comments on commit f264d20

Please sign in to comment.