Skip to content

Commit

Permalink
add some headline
Browse files Browse the repository at this point in the history
  • Loading branch information
katayama8000 committed Jul 21, 2024
1 parent 952f488 commit ff4cd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dotenv/config'
import { launch, type Page } from "puppeteer";

const DAILY_TEXT = "[* ルーティン]\n[* 起床時間]\n[* 感想]\n[* 明日すること]\n#daily";
const WEEKLY_TEXT = "[* 目標]\n[* 振り返り]\n[* 感想]\n[* 日記]\n#weekly";
const WEEKLY_TEXT = "[* 目標]\n[* 新しいこと]\n[* 振り返り]\n[* 感想]\n[* 日記]\n#weekly";

const checkPageExists = async (project: string, title: string): Promise<boolean> => {
try {
Expand Down

0 comments on commit ff4cd84

Please sign in to comment.