Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
arohilaGL committed Oct 25, 2023
1 parent 732f491 commit 932bff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export class LibraryDialogComponent implements OnInit, OnDestroy {
}

private create(): Observable<SiteEntry> {
let { title, id, description, visibility } = this;
const { title, id, description, visibility } = this;
const siteBody = {
id,
title,
Expand Down

0 comments on commit 932bff9

Please sign in to comment.