削除写真アルバム作成のbookrackCommand.jsonl実行が重複実行されてエラー
server.initConstruction
御用達exe{
client1.setupLocalConstruction
client1.refresh
アルバムUI{
client1.startAlbumEdit = ( checkOutAlbum(albumId1), checkOutAlbum(gabege1) )
client1でアルバム編集(albumId1)
client1.checkInAlbum(albumId1)
}
client1.checkIn
}
client2{
client2.refresh
client2.refresh // ここで問題が起こる
}