Skip to content

Commit

Permalink
Added 007, and RNR to cruise direction per Command Cadre request. (#2087
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mikeburg authored Aug 2, 2024
1 parent 699ff7f commit d361c17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/controllers/ops/cruise-direction.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
DIRT_POST_EVENT,
DIRT_PRE_EVENT,
DIRT_SHINY_PENNY, GREEN_DOT_MENTEE, GREEN_DOT_MENTOR,
TROUBLESHOOTER, TROUBLESHOOTER_MENTEE, TROUBLESHOOTER_MENTOR
TROUBLESHOOTER, TROUBLESHOOTER_MENTEE, TROUBLESHOOTER_MENTOR,
DOUBLE_O_7, RNR
} from "clubhouse/constants/positions";

export default class OpsCruiseDirectionController extends ClubhouseController {
Expand Down Expand Up @@ -236,8 +237,10 @@ export default class OpsCruiseDirectionController extends ClubhouseController {
DIRT_POST_EVENT,
DIRT_PRE_EVENT,
DIRT_SHINY_PENNY,
DOUBLE_O_7,
GREEN_DOT_MENTEE,
GREEN_DOT_MENTOR,
RNR,
TROUBLESHOOTER,
TROUBLESHOOTER_MENTEE,
TROUBLESHOOTER_MENTOR
Expand Down

0 comments on commit d361c17

Please sign in to comment.