Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application insights returning 201 #5

Open
Mats-Jakobsson opened this issue May 12, 2022 · 2 comments
Open

Application insights returning 201 #5

Mats-Jakobsson opened this issue May 12, 2022 · 2 comments

Comments

@Mats-Jakobsson
Copy link

Hi,

First of, thanks for this action!

I think AI may have changed the responseCode to 201. Would it be possible to update to something like:

if (response.statusCode >= 200 && response.statusCode <= 300) {

on row 70 in src/index.ts?

Thanks!

@thomasvochten
Copy link

Hi,

First of, thanks for this action!

I think AI may have changed the responseCode to 201. Would it be possible to update to something like:

if (response.statusCode >= 200 && response.statusCode <= 300) {

on row 70 in src/index.ts?

Thanks!

Same issue here... - 201

@ctolkien
Copy link

Addressed in #6

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

No branches or pull requests

3 participants