Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Jun 21, 2024
1 parent 76719f2 commit cf134d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/next-admin/src/tests/singleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -670,8 +670,6 @@ export const schema: Schema = {
};

export const options: NextAdminOptions = {
basePath: "/admin",
apiBasePath: "/api/admin",
model: {
User: {
toString: (user) => `${user.name} (${user.email})`,
Expand Down

0 comments on commit cf134d6

Please sign in to comment.