Skip to content

Commit 5f92047

Browse files
Space added/removed
1 parent 672e39f commit 5f92047

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

.github/workflows/CAdeploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ jobs:
109109
- name: Update PowerBI URL
110110
if: success()
111111
run: |
112-
113112
set -e
114113
115114
COMMON_PART="-app-service"

.github/workflows/RAdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ jobs:
239239
- name: Send Notification on Failure
240240
if: failure()
241241
run: |
242-
243242
RUN_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"
244243
245244
# Construct the email body
@@ -254,3 +253,4 @@ jobs:
254253
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
255254
-H "Content-Type: application/json" \
256255
-d "$EMAIL_BODY" || echo "Failed to send notification"
256+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,4 @@ export interface GroupedChatHistory {
144144
month: string
145145
entries: Conversation[]
146146
}
147+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ interface SpinnerComponentProps {
2424
<Spinner label={label || undefined} size={SpinnerSize.large} styles={spinnerStyles} />
2525
</div>
2626
);
27-
};
27+
};

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,3 +385,4 @@ a {
385385
color: WindowText;
386386
}
387387
}
388+

0 commit comments

Comments
 (0)