Skip to content

Commit

Permalink
Fix minor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHassanabad committed Oct 15, 2019
1 parent 009010a commit 17394a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const createSignal = async ({
if (signalUpdating == null) {
// TODO: Right now we are using the .server-log as the default action as each alert has to have
// at least one action or it will not be able to do in-memory persistence. When adding in actions
// such as email, slack, etc... this should be the default action if not action is specified to
// such as email, slack, etc... this should be the default action if no action is specified to
// create signals
const actionResults = await actionsClient.create({
action: {
Expand Down

0 comments on commit 17394a2

Please sign in to comment.