Skip to content

Commit bbc0828

Browse files
committed
remove duplicate trans import
1 parent 42fa208 commit bbc0828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/packages/lowcoder/src/pages/setting/environments/services/environments.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {App} from "../types/app.types";
88
import { DataSourceWithMeta } from '../types/datasource.types';
99
import { Query, QueryResponse } from "../types/query.types";
1010
import { checkEnvironmentLicense } from './license.service';
11-
import { trans } from "i18n";
1211

1312
export async function updateEnvironment(
1413
environmentId: string,

0 commit comments

Comments
 (0)