Skip to content

Commit

Permalink
update - set testing to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehrkej committed Aug 24, 2024
1 parent 97d935b commit 8e60e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const themeColors = {
highlight: "#fff",
};

const TESTING = true;
const TESTING = false;

const prettyTitle = {
target: "Target",
Expand Down

0 comments on commit 8e60e9b

Please sign in to comment.