Skip to content

Commit 88b0e0e

Browse files
code updated for extra spaces
1 parent 9e567a4 commit 88b0e0e

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

ClientAdvisor/App/frontend/src/api/models.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export interface ClientIdRequest {
140140
clientName: string;
141141
}
142142

143-
144143
export interface GroupedChatHistory {
145144
month: string
146145
entries: Conversation[]

ClientAdvisor/App/frontend/src/components/Spinner/SpinnerComponent.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ interface SpinnerComponentProps {
2525
</div>
2626
);
2727
};
28-

ClientAdvisor/App/frontend/src/components/UserCard/UserCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ export const UserCard: React.FC<UserCardProps> = ({
8484
</div>
8585
);
8686
};
87+

ClientAdvisor/App/frontend/src/pages/chat/Chat.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,5 +385,3 @@ a {
385385
color: WindowText;
386386
}
387387
}
388-
389-

ClientAdvisor/App/tools/data_collection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
# function to enable loading of the .env file into the global variables of the app.py module
1818

19+
1920
def load_env_into_module(module_name, prefix=""):
2021
load_dotenv()
2122
module = __import__(module_name)

0 commit comments

Comments
 (0)