Skip to content

Commit 7829a55

Browse files
authored
Merge pull request #659 from seznam/fix-migration-ima20
doc: fix migration require path
2 parents 241f44b + 7c207f9 commit 7829a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration/migration-20.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ module.exports = {
450450

451451
#### New configuration:
452452
```javascript
453-
const { createUserAgentDegradation, invert } = require('@ima/server/degradation');
453+
const { createUserAgentDegradation, invert } = require('@ima/server');
454454

455455
module.exports = {
456456
prod: {

0 commit comments

Comments
 (0)