##// END OF EJS Templates
api: added proper full permission flush on API calls when creating repos and repo groups....
api: added proper full permission flush on API calls when creating repos and repo groups. - This allows a full flush and multiple calls made via API

File last commit:

r3172:d37fc984 default
r4697:63f392fc stable
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}