Skip to content

job menu 😋#19

Draft
SINF-KEN wants to merge 1 commit intoobiwac:mainfrom
SINF-KEN:menu
Draft

job menu 😋#19
SINF-KEN wants to merge 1 commit intoobiwac:mainfrom
SINF-KEN:menu

Conversation

@SINF-KEN
Copy link
Copy Markdown
Contributor

No description provided.

Copy link
Copy Markdown
Owner

@obiwac obiwac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for your PR! can you briefly describe what your changes do and format your code with this repo's prettier config?

const imgRegex = /<img[^>]+src="([^">]+)"/i;
const match = html.match(imgRegex);
return match && match[1] ? match[1] : null;
} No newline at end of file
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: missing newline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants