This commit is contained in:
zadam
2022-10-26 16:52:00 +02:00
parent 4e3d48fe7d
commit d5732d7731
30 changed files with 625 additions and 143 deletions

View File

@@ -80,6 +80,12 @@ class Branch {
get toString() {
return `Branch(branchId=${this.branchId})`;
}
get pojo() {
const pojo = {...this};
delete pojo.froca;
return pojo;
}
}
export default Branch;
@@ -99,7 +105,7 @@ export default Branch;
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.10</a>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a>
</footer>
<script> prettyPrint(); </script>