Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Fixes message setup (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Aug 19, 2019
1 parent 3be1a7f commit 59abe18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/send-sms-messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
const message = {
sender: 'VgsTelemark',
receivers: [mobileNumber],
message: `Husk å signere avtalen om ElevPC https://svarut.ks.no/forsendelse/${avtale.fid}/1/signering Velkommen til skolestart.`,
operation: 9
message: `Husk å signere avtalen om ElevPC https://svarut.ks.no/forsendelse/${avtale.fid}/1/signering Velkommen til skolestart.`
}
const result = await sendSmsMessage(message)
if (result) {
Expand Down

0 comments on commit 59abe18

Please sign in to comment.