Skip to content

Commit fded061

Browse files
code updated for space
1 parent 5f92047 commit fded061

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/RAdeploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,5 +252,4 @@ jobs:
252252
# Send the notification
253253
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
254254
-H "Content-Type: application/json" \
255-
-d "$EMAIL_BODY" || echo "Failed to send notification"
256-
255+
-d "$EMAIL_BODY" || echo "Failed to send notification"

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,4 @@ export interface ClientIdRequest {
143143
export interface GroupedChatHistory {
144144
month: string
145145
entries: Conversation[]
146-
}
147-
146+
}

0 commit comments

Comments
 (0)