Skip to content

Commit

Permalink
cleaning unused imports and leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Dec 2, 2024
1 parent 064861f commit 8fb31d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion admin/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ export const dataSource = new DataSource({
process.env.NODE_ENV === "production"
? { rejectUnauthorized: false }
: false,
logging: true,
logging: false,
});
10 changes: 1 addition & 9 deletions admin/resources/projects/projects.resource.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
import {
ActionContext,
ActionRequest,
ActionResponse,
BaseRecord,
ResourceWithOptions,
} from "adminjs";
import { dataSource } from "../../datasource.js";
import { ResourceWithOptions } from "adminjs";
import { Project } from "@shared/entities/projects.entity.js";
import { Country } from "@shared/entities/country.entity.js";
import { GLOBAL_COMMON_PROPERTIES } from "../common/common.resources.js";

export const ProjectsResource: ResourceWithOptions = {
Expand Down

0 comments on commit 8fb31d8

Please sign in to comment.