Skip to content

Commit

Permalink
Merge branch 'main' into relax_iso8601scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
kenglxn authored Dec 18, 2024
2 parents c1461ec + 983b2b8 commit 6b106e1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ class HendelsesstrømKafkaImpl(
*/
private val brokenHendelseId: Set<UUID> = setOf(
UUID.fromString("75977ac3-5ccd-42d2-ada0-93482462b8a9"),

// soft delete rett etter opprettelse gjør at partisjon er stuck i prod.
// se også https://github.com/navikt/arbeidsgiver-notifikasjon-produsent-api/pull/800
UUID.fromString("34a375aa-d967-4327-911b-177afcce9d6e"),
)

override suspend fun forEach(
Expand Down
4 changes: 2 additions & 2 deletions widget/brukerapi-mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion widget/brukerapi-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/navikt/arbeidsgiver-notifikasjon-widget.git"
},
"version": "7.2.0",
"version": "7.2.1",
"license": "MIT",
"main": "dist/notifikasjonMockMiddleware.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions widget/component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion widget/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/navikt/arbeidsgiver-notifikasjon-widget.git"
},
"version": "7.2.0",
"version": "7.2.1",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
Expand Down

0 comments on commit 6b106e1

Please sign in to comment.