Skip to content

Commit f5f24e7

Browse files
committed
cleanup
1 parent d802404 commit f5f24e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_project/api/_src/Usecases/Blog.Controllers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ const PublishPost = blog.matchPublishPost(
6464
// while operation is running...
6565
(_opId) =>
6666
Effect
67-
.suspend(() => events.publish(new BogusEvent({})))
68-
.schedule(Schedule.spaced(DUR.seconds(1)))
67+
.suspend(() => events.publish(new BogusEvent()))
68+
.schedule(Schedule.spaced(Duration.seconds(1)))
6969
)
7070
)
7171

0 commit comments

Comments
 (0)