Skip to content

Commit

Permalink
Bug (JM-7682) fix looking up jurors by auth code instead of loccode (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gregs-cgi authored Jul 3, 2024
1 parent 3380900 commit c49f473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
require('request-promise'),
app,
req.session.authToken,
req.session.authentication.owner,
req.session.authentication.locCode,
selectedDateString,
group
);
Expand Down

0 comments on commit c49f473

Please sign in to comment.