Skip to content

Commit 299d7c7

Browse files
author
Prashant Trivedy
committed
Fix: refactored variable to camelCase
1 parent cd79b23 commit 299d7c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/models/Network.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export class Network {
2-
ip_address: string;
2+
ipAddress: string;
33

44
constructor(obj: any) {
5-
this.ip_address = obj.ip_address
5+
this.ipAddress = obj.ip_address
66
}
77
}

0 commit comments

Comments
 (0)