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