Skip to content

Commit

Permalink
Endret til string for FeilmeldingBase CorrelationId
Browse files Browse the repository at this point in the history
  • Loading branch information
jarleborsheim committed Jun 17, 2021
1 parent e25b9d3 commit ba511b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KS.Fiks.IO.Client/Models/Feilmelding/FeilmeldingBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public abstract class FeilmeldingBase
public string Feilmelding { get; set; }

[JsonProperty("correlationId")]
public Guid CorrelationId { get; set; }
public string CorrelationId { get; set; }
}
}

0 comments on commit ba511b1

Please sign in to comment.