forked from Ivasoft/mattermost-mobile
[Gekidou] update dependencies (#5691)
This commit is contained in:
@@ -187,7 +187,7 @@ export default class BaseDataOperator {
|
||||
});
|
||||
}
|
||||
} catch (e) {
|
||||
throw new DataOperatorException('batchRecords error ', e);
|
||||
throw new DataOperatorException('batchRecords error ', e as Error);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user