Skip to content

Commit

Permalink
実直に生きよう
Browse files Browse the repository at this point in the history
  • Loading branch information
hideo54 committed Nov 22, 2024
1 parent 7419df2 commit 2e723a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/getCheckins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,9 @@ const getCheckinData = async () => {
nagasaki: 4, // 2014年1月、家族旅行 (チェックイン忘れ)
osaka: 5, // 実家 (1999–2019)
tokyo: 5, // 一人暮らし (2019–)
saga: 5, // 2023年3月、免許合宿でホテルに12泊し、佐賀に親しみを覚えたので、実質居住
kumamoto: 5, // 2023年6月、人工知能学会でホテルに5泊し、熊本に親しみを覚えたので、実質居住
// 以下、やっぱ誤魔化さずにちゃんと住民票ベースにしようということで、廃止
// saga: 5, // 2023年3月、免許合宿でホテルに12泊し、佐賀に親しみを覚えたので、実質居住
// kumamoto: 5, // 2023年6月、人工知能学会でホテルに5泊し、熊本に親しみを覚えたので、実質居住
};
for (const [key, value] of Object.entries(manualKeikenchi)) {
if (keikenchi[key] < value) {
Expand Down

0 comments on commit 2e723a8

Please sign in to comment.