Skip to content

Commit

Permalink
App.vue: Add @ALL for Line
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsung authored Mar 14, 2023
1 parent 43c5952 commit 654b6ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ const updateOutput = async () => {
if (everyone) {
msgDC.push("@everyone \n");
msgLN.push("@All \n");
}
// Date
const dayTable = {
Expand Down

0 comments on commit 654b6ff

Please sign in to comment.