Skip to content

Commit d2f5299

Browse files
committed
fix mayan
1 parent 9991192 commit d2f5299

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/handlers/runMayan.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,4 @@ export const handler = async () => {
127127
}
128128
};
129129

130-
// export default wrapScheduledLambda(handler);
131-
132-
handler().then(() => process.exit(0));
130+
export default wrapScheduledLambda(handler);

0 commit comments

Comments
 (0)