Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 22, 2024
1 parent 59c1d9c commit 2f9d3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alarm-slack-notifications/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import {
} from "@aws-sdk/client-eventbridge";

import { value as colorValue } from "./color.mjs";
// import { channel } from "./channels.mjs";
import { channel } from "./channels.mjs";
import {
blocks as buildBlocks,
fallback as buildFallback,
Expand Down

0 comments on commit 2f9d3db

Please sign in to comment.