fix: still having 403 bit fixed some bugs
Some checks failed
Format / formatting (push) Successful in 9s
Build / build (push) Successful in 42s
CI / build (push) Failing after 10s
Format / formatting (pull_request) Successful in 6s

This commit is contained in:
2025-04-29 20:19:24 +02:00
parent 4044a95dd1
commit eb302268ba
8 changed files with 217 additions and 148 deletions

View File

@ -44,7 +44,7 @@ class SectionCell {
this._modificationDate = value;
}
toPlainObject() {
toObject() {
return {
idSectionCell: this._idSectionCell,
sectionId: this._sectionId,