mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Try documented tunnel identifier key over undocumented one.
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
defaultOptions['public'] = 'public';
|
defaultOptions['public'] = 'public';
|
||||||
}
|
}
|
||||||
if (tunneled) {
|
if (tunneled) {
|
||||||
defaultOptions.tunnel = 'tunnel-identifier:' + tunnelId;
|
defaultOptions['tunnel-identifier'] = tunnelId;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------------------*/
|
/*--------------------------------------------------------------------------*/
|
||||||
|
|||||||
Reference in New Issue
Block a user