tamashii-io / tamashii-clockin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

當機器未註冊(找不到)時,Machine.find_by(id: serial).on_accept 不該被執行

lctseng opened this issue · comments

::Machine.find_by(serial: id).on_accept

目前因為on_accept被執行而會噴error
是否該做一些事前檢查避免on_accept對找不到的機器呼叫?