Skip to content

refactor(competitions): remove usage of Vuex ORM for competition model #1252

refactor(competitions): remove usage of Vuex ORM for competition model

refactor(competitions): remove usage of Vuex ORM for competition model #1252

Triggered via push January 4, 2024 09:44
Status Success
Total duration 1m 45s
Artifacts

ci.yml

on: push
Deploy-to-production
0s
Deploy-to-production
Deploy-to-staging
0s
Deploy-to-staging
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
CI: components/events/st-event.vue#L40
'v-html' directive can lead to XSS attack
CI: components/people/st-person.vue#L25
'v-html' directive can lead to XSS attack
CI: pages/index.vue#L40
'v-html' directive can lead to XSS attack
CI: plugins/format-date.ts#L2
'/home/runner/work/website/website/node_modules/date-fns/typings.d.ts' imported multiple times
CI: plugins/format-date.ts#L3
'/home/runner/work/website/website/node_modules/date-fns/typings.d.ts' imported multiple times
CI: store/index.ts#L1
Using exported name 'VuexORM' as identifier for default export
CI: store/index.ts#L4
Caution: `VuexORM` also has a named export `install`. Check if you meant to write `import {install} from '@vuex-orm/core'` instead