Skip to content
Snippets Groups Projects
Commit 5e669faf authored by Chris Hines's avatar Chris Hines
Browse files

somehow made a typo

parent 7ae4a098
No related branches found
No related tags found
2 merge requests!21New css dev,!7Dev
Pipeline #7352 passed
...@@ -22,7 +22,7 @@ export class Identity { ...@@ -22,7 +22,7 @@ export class Identity {
id.site.cafingerprint = this.site.cafingerprint; id.site.cafingerprint = this.site.cafingerprint;
id.site.dtn = this.site.dtn; id.site.dtn = this.site.dtn;
id.site.lscmd = this.site.lscmd; id.site.lscmd = this.site.lscmd;
is.site.dtnport = this.site.dtnport; id.site.dtnport = this.site.dtnport;
return id; return id;
} }
displayName(): string { displayName(): string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment