You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
// Per `logBookEvent <logBookEvent>`, the result is undefined if there's no server. Otherwise, the server provides the endpoint-specific results in ``data.details``; see `make_json_response`.
227
228
data=awaitthis.logBookEvent(data);
228
-
data=data.detail;
229
+
letdetail=data&&data.detail;
229
230
if(!feedback)return;
230
231
if(!this.feedbackArray){
231
232
// On success, update the feedback from the server's grade.
0 commit comments