К
Size: a a a
К
Ш
Ш
DS
DS
DS
ВП
IK
const fetchComments = async () => {
try {
const serverSideComments = await api.getCommentsNewApi(issueId)
const cmmts = serverSideComments.map((c) => tryToParseCommentNewApi(c))
setComments(cmmts)
} catch (e) {
captureError(`await api.getComments(${issueId}) ${JSON.stringify(e)}`)
}
}
IK
IK
IK
IK
Ш
НШ
KS
НШ
А
НШ
a