Skip to content

Commit e6dad4f

Browse files
committed
use the right class in prember-urls
1 parent 64f4394 commit e6dad4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prember-urls.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ module.exports = function () {
107107

108108
listOfFunctions.forEach((func) => {
109109
urls.push(
110-
`/${p}/${uniqVersion}/functions/${partialUrlEncode(
111-
cleanId
112-
)}/${func.name}`
110+
`/${p}/${uniqVersion}/functions/${func.class}/${func.name}`
113111
);
114112
});
115113
});

0 commit comments

Comments
 (0)