Conversation
|
@hueniverse Could this change have introduced a breaking change in 6.8.0? When I upgrade to Hapi 6.8.0 from 6.7.1 I see that server methods are behaving differently, and ones I have added via In 6.7.1 if I were to { fileNameWithoutExt: [Function],
removeTrailingSlash: [Function],
getMarketData: { [Function] cache: { drop: [Function] } },
setPreferredMarket: [Function] }In 6.8.0 I get: { fileNameWithoutExt: { [Function] cache: { drop: [Function] } },
removeTrailingSlash: { [Function] cache: { drop: [Function] } },
getMarketData: { [Function] cache: { drop: [Function] } },
setPreferredMarket: { [Function] cache: { drop: [Function] } } }When calling Any ideas? |
|
This is a bug. #1922 |
|
Thanks! |
|
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions. |
Closes #1917