Skip to content

Commit

Permalink
Pack bug net
Browse files Browse the repository at this point in the history
  • Loading branch information
gggritso committed Aug 14, 2021
1 parent 47a5195 commit f462642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ const createPackingList = (answers) => {
if (areThereBugs) {
backpack.pack("bug spray");
duffel.pack("knee socks");
duffel.pack("bug net");
}

extras.forEach((extra) => backpack.pack(extra));
Expand Down

0 comments on commit f462642

Please sign in to comment.