This commit is contained in:
Myat Zin Wai Maw
2020-01-03 18:18:40 +06:30
parent b3a828f709
commit fab750c53a
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ class Origami::ShiftsController < BaseOrigamiController
end
end
end
Employee.logout(@shop,session[:session_token])
Employee.logout(session[:session_token])
session[:session_token] = nil
end