Skip to content

Commit

Permalink
Adding eslint-disable-next-line.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellinaresxk committed Dec 4, 2023
1 parent f8b47e2 commit 78f7baf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ export class LessonCopyService {
};

if (copyNexboardEnabled) {
// eslint-disable-next-line no-await-in-loop
const nexboardContent = await this.copyNexboard(element, params);

if (nexboardContent) {
Expand Down

0 comments on commit 78f7baf

Please sign in to comment.