Skip to content

Commit

Permalink
Remove unnecessary async
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran92 committed Jan 5, 2024
1 parent 1166860 commit 3d47a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/admin/first-course-creation-notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const getOutlineBlock = () =>
select( 'core/block-editor' ).getBlocks()
);

export const handleCourseOutlineBlockIncomplete = async () => {
export const handleCourseOutlineBlockIncomplete = () => {
const courseOutlineBlock = getOutlineBlock();

// If the course outline block exists, just select it.
Expand Down

0 comments on commit 3d47a01

Please sign in to comment.