Commit e1542bed by mingyuan

fix typo

parent a968bdd1
...@@ -18,7 +18,7 @@ module Dingtalk ...@@ -18,7 +18,7 @@ module Dingtalk
private private
def set_new_app def set_new_app
@app = NewlApp.find_by(app_key: params[:app_key]) @app = NewApp.find_by(app_key: params[:app_key])
end end
def set_normal_app def set_normal_app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment