Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Commit 1467b02

Browse files
committed
Rename
1 parent 72c45d2 commit 1467b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

workflows/maintenance.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { DefineWorkflow } from "deno-slack-sdk/mod.ts";
2-
import { def as maintainDef } from "../functions/maintain.ts";
2+
import { def as maintenanceDef } from "../functions/maintenance.ts";
33
import { default as reacjilatorDef } from "./reacjilator.ts";
44

55
/**
@@ -14,7 +14,7 @@ const workflow = DefineWorkflow({
1414
},
1515
});
1616

17-
workflow.addStep(maintainDef, {
17+
workflow.addStep(maintenanceDef, {
1818
workflowCallbackId: reacjilatorDef.definition.callback_id,
1919
});
2020

0 commit comments

Comments
 (0)