Skip to content

Commit

Permalink
fix-typo-in-risk-levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Bladen-Clark committed Nov 2, 2023
1 parent 80fe1f3 commit ff4d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/models/outlook-polys.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const RISK_LEVELS = new Map([
[1, new Map([[1, 1], [2, 1], [3, 1], [4, 1]])],
[2, new Map([[1, 1], [2, 1], [3, 2], [4, 2]])],
[3, new Map([[1, 2], [2, 2], [3, 3], [4, 3]])],
[4, new Map([[1, 2], [2, 3], [3, 4], [4, 4]])]
[4, new Map([[1, 2], [2, 3], [3, 3], [4, 4]])]
])
module.exports = class OutlookPolys {
constructor (outlook, place) {
Expand Down

0 comments on commit ff4d466

Please sign in to comment.