Merge branch 'main' into statusflagg

This commit is contained in:
Sid 2023-08-01 10:40:03 +02:00 committed by GitHub
commit 44dcb33d92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,9 @@ export default function Feil() {
const payload = { const payload = {
tittel: tittel, tittel: tittel,
beskrivelse: beskrivelse, beskrivelse: beskrivelse,
dato: new Date().toISOString().replace('Z', '') dato: new Date().toISOString().replace('Z', ''), // Litt wack fix, burde endres
arbeidsstatus: 0,
haster: false
} }
axios.post("/api/nyfeil", payload, { axios.post("/api/nyfeil", payload, {