We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a410a8c commit cae81acCopy full SHA for cae81ac
packages/common/src/utils/alerting.utils.ts
@@ -31,7 +31,7 @@ export const addAlert = async (
31
// XXX: logger is temporarily coming as a param until we refactor the logger
32
// to be a common util between projects, metadata will also be refactored
33
// to be a optional parameter.
34
- metadata: unknown = null,
+ metadata: unknown,
35
logger: Logger,
36
): Promise<void> => {
37
const preparedMessage = {
0 commit comments