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
If a Promise executor function is using await, this is usually a sign that it is not actually necessary to use the new Promise constructor, or the scope of the new Promise constructor can be reduced.
moodle_plugin/lib/editor/tiny/plugins/kalturamedia/amd/src/plugin.js
Line 33 in 286ba5b
Ref: https://eslint.org/docs/latest/rules/no-async-promise-executor
The text was updated successfully, but these errors were encountered: