Skip to content

Commit

Permalink
Lint code with ESLint and Prettier
Browse files Browse the repository at this point in the history
Triggered by 64c8deb on branch refs/heads/issue-5461
  • Loading branch information
acwhite211 authored and github-actions[bot] committed Dec 20, 2024
1 parent 64c8deb commit 7fedc68
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,11 @@ export const ResourceBase = Backbone.Model.extend({
/*
* Needed for taxonTreeDef on discipline because field.isVirtual equals false
*/
// case 'one-to-one': {
// return value;
// }
/*
* Case 'one-to-one': {
* return value;
* }
*/
case 'one-to-one': {
if (!value) {
if (field.isDependent()) this.storeDependent(field, null);
Expand Down

0 comments on commit 7fedc68

Please sign in to comment.