Skip to content

Commit f32e7dd

Browse files
committed
nodejs
1 parent dbe90dc commit f32e7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs-client/src/dsn/dsn_types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,12 +257,12 @@ rpc_address.prototype.equals = function(other){
257257
};
258258

259259
// TODO(yingchun): host_port is now just a place holder and not well implemented, need improve it
260-
// Error code enum
261260
var host_port_type = {
262261
HOST_TYPE_INVALID : 0,
263262
HOST_TYPE_IPV4 : 1,
264263
HOST_TYPE_GROUP : 2
265264
};
265+
266266
var host_port = function(args) {
267267
this.host = null;
268268
this.port = 0;

0 commit comments

Comments
 (0)