このコミットが含まれているのは:
@@ -123,7 +123,7 @@ const PostImportResultPage: FC<Props> = ({ user }) => {
|
||||
row.status === 'failed'
|
||||
&& row.recoverable
|
||||
&& Object.keys (row.errors ?? { }).length > 0)
|
||||
const nextRows = mergedRows.map (row => {
|
||||
const nextRows = mergedRows.map ((row): PostImportRow => {
|
||||
const recoverable = recoverableRows.find (_1 => _1.sourceRow === row.sourceRow)
|
||||
if (recoverable == null)
|
||||
return row
|
||||
|
||||
新しい課題から参照
ユーザをブロックする