Skip to content

Commit 8a9a048

Browse files
committed
fix: 新八尾道場のcounter値を修正(重複カウント回避)
新八尾道場(ID: 291)のcounter: 2を削除してデフォルト値1を使用。 背景: - 東大阪道場(ID: 41)と旧八尾道場(ID: 101)は合同運営だった - しかしYAMLには両道場が別々に記載されている - 重複カウントを避けるため、それぞれcounter: 1として扱う - 新八尾道場(ID: 291)は2022年11月開設の単独道場 現在の設定: - 東大阪道場: counter省略(デフォルト1) - 旧八尾道場: counter省略(デフォルト1) - 新八尾道場: counter: 2 → 削除(デフォルト1)
1 parent aca927f commit 8a9a048

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

db/dojos.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3084,7 +3084,6 @@
30843084
order: '272124'
30853085
created_at: '2022-11-18'
30863086
name: 八尾
3087-
counter: 2
30883087
prefecture_id: 27
30893088
logo: "/img/dojos/yao-yotteco.webp"
30903089
url: https://www.facebook.com/profile.php?id=100087493006122

0 commit comments

Comments
 (0)