Skip to content

Commit

Permalink
MF-124 Reanimate BWL prj on local
Browse files Browse the repository at this point in the history
  • Loading branch information
flancer64 committed Mar 31, 2023
1 parent a87501a commit a433a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Back/Handler/Session.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NS = 'Fl32_Teq_User_Back_Handler_Session';
/**
* Factory to setup execution context and to create handler.
*
* @implements TeqFw_Web_Back_Api_Request_IHandler
* @implements TeqFw_Web_Back_Api_Dispatcher_IHandler
*/
export default class Fl32_Teq_User_Back_Handler_Session {
constructor(spec) {
Expand Down Expand Up @@ -158,7 +158,7 @@ export default class Fl32_Teq_User_Back_Handler_Session {
* Process all requests.
* @return {boolean}
*/
this.requestIsMine = function ({}) {
this.canProcess = function ({}) {
return true;
}

Expand Down

0 comments on commit a433a88

Please sign in to comment.