Skip to content

Commit

Permalink
Endrer format
Browse files Browse the repository at this point in the history
  • Loading branch information
klaramargrethehelgemo committed Feb 12, 2025
1 parent 0e413f5 commit 1a103bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class BigQueryService(@Value("\${gcp.projectId}") val projectId: String,
"avsender" to sakStatistikk.avsender.name,
"versjon" to sakStatistikk.versjon,
)

val vedtaksstatistikkTilBigQuery = vedtakStatistikkRow.filter { it.value != null }
val vedtak14aEvent = vedtakStatistikkTable.insertRequest(vedtaksstatistikkTilBigQuery)
insertWhileToleratingErrors(vedtak14aEvent)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ class SakStatistikkService @Autowired constructor(
private val bigQueryService: BigQueryService,
private val unleashClient: DefaultUnleash,
private val environmentProperties: EnvironmentProperties


) {
) {
fun fattetVedtak(vedtak: Vedtak, fnr: Fnr) {
val statistikkPaa = unleashClient.isEnabled(SAK_STATISTIKK_PAA)
if (statistikkPaa) {
Expand Down

0 comments on commit 1a103bc

Please sign in to comment.