メモ追加

This commit is contained in:
ろむねこ 2024-07-08 11:32:49 +09:00
parent 67fa07a9e0
commit 612ad9eb1b
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -180,5 +180,6 @@ public class KSActionsImpl implements KSActions {
TaskListResponse taskListResponse = callTaskApi.join();
return HistoryModelConverter.historyListResponseAndTaskListResponseToHistoryModelList(historyListResponse, taskListResponse);
});
// TODO: キャッシュ更新
}
}