Skip to content

Commit 4082eaf

Browse files
author
Dmytro Sudoma
committed
Fix order of parameters in RepresentationRemovedEvent
1 parent 7881c2e commit 4082eaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Scim/SimpleIdServer.Scim/ExternalEvents/RepresentationRemovedEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public RepresentationRemovedEvent()
1212

1313
}
1414

15-
public RepresentationRemovedEvent(string id, string version, string resourceType, string realm, JsonObject representation, string token) : base(id, version, realm, resourceType, representation)
15+
public RepresentationRemovedEvent(string id, string version, string resourceType, string realm, JsonObject representation, string token) : base(id, version, resourceType, realm, representation)
1616
{
1717
Token = token;
1818
}

0 commit comments

Comments
 (0)