Skip to content

Commit

Permalink
Format/generate
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash committed Dec 9, 2024
1 parent 89ccc33 commit 6d2467c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 20 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/studios/studioForm/diff.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const selectStudioDetails = (
const [addedAliases, removedAliases] = diffArray(
data?.aliases,
original?.aliases ?? [],
(a) => a
(a) => a,
);

return [
Expand Down
76 changes: 57 additions & 19 deletions pkg/models/generated_exec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6d2467c

Please sign in to comment.