Skip to content

Commit c880e55

Browse files
committed
documentation
1 parent 6baee41 commit c880e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apps/app/api-interceptor.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class UmbApiInterceptorController extends UmbControllerBase {
1818
}
1919

2020
/**
21-
* Interceptor which takes in the umb-notifications and displays the notifications, if any.
21+
* Interceptor which checks responses for the umb-notifications header and displays them as a notification if any. Removes the umb-notifications from the headers.
2222
*/
2323
#addUmbNotificationsInterceptor() {
2424
OpenAPI.interceptors.response.use((response) => {

0 commit comments

Comments
 (0)