Skip to content

Commit

Permalink
properly munge azure fn names
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Jun 14, 2018
1 parent 958d131 commit d3a2825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/shadow/build/targets/azure_app.clj
Expand Up @@ -42,7 +42,7 @@
fn-sym (-> azure-fn name symbol)

fn-id-s
(name fn-id)
(-> fn-id name cljs-comp/munge)

fn-meta
(get-in state [:compiler-env :cljs.analyzer/namespaces fn-ns :defs fn-sym :meta])
Expand Down

0 comments on commit d3a2825

Please sign in to comment.