Skip to content

Release 1.0.2

Release 1.0.2 #141

Triggered via push October 27, 2023 09:13
Status Success
Total duration 4m 45s
Artifacts

nodejs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: packages/admin/src/pages/article/create.vue#L158
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build: packages/admin/src/pages/article/create.vue#L160
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build: packages/admin/src/pages/article/create.vue#L166
No magic number: 200
build: packages/admin/src/pages/article/create.vue#L172
No magic number: 200
build: packages/admin/src/pages/article/create.vue#L195
No magic number: 201
build: packages/admin/src/pages/article/create.vue#L195
No magic number: 200
build: packages/admin/src/pages/article/create.vue#L200
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
build: packages/admin/src/pages/article/create.vue#L212
No magic number: 201
build: packages/admin/src/pages/article/create.vue#L212
No magic number: 200
build: packages/admin/src/pages/article/list.vue#L66
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator