Skip to content

Commit 5fb9e55

Browse files
committed
fix: TT-41 latest changes
1 parent eb677be commit 5fb9e55

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/app/modules/shared/models/project.model.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export interface Project {
66
description?: string;
77
project_type_id?: string;
88
search_field?: string;
9-
status?: any;
109
technologies?: string[];
10+
status?: any;
1111
}
1212

1313
export interface ProjectUI {
@@ -18,8 +18,8 @@ export interface ProjectUI {
1818
description?: string;
1919
project_type_id?: string;
2020
search_field?: string;
21-
status?: any;
2221
technologies?: string[];
22+
status?: any;
2323
key?: string;
2424
btnColor?: string;
2525
btnIcon?: string;

src/environments/environment.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import * as keys from './keys';
66
export const environment = {
77
production: false,
88
timeTrackerApiUrl: 'https://timetracker-api.azurewebsites.net',
9-
// timeTrackerApiUrl: 'https://127.0.0.1:5000',
109
stackexchangeApiUrl: 'https://api.stackexchange.com',
1110
};
1211

0 commit comments

Comments
 (0)