We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf6ede commit 8246da6Copy full SHA for 8246da6
packages/velog-cron/src/services/StatsService/index.ts
@@ -39,7 +39,7 @@ export class StatsService implements Service {
39
`[Daily]\n기간: ${format(
40
start,
41
'yyyy-MM-dd',
42
- )}}\n${usersCount}명의 사용자가 가입했습니다.\n${postCount}개의 공개 포스트가 작성되었습니다.`,
+ )}\n${usersCount}명의 사용자가 가입했습니다.\n${postCount}개의 공개 포스트가 작성되었습니다.`,
43
)
44
}
45
public async weekly() {
0 commit comments