Skip to content

Commit

Permalink
Fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Sep 25, 2024
1 parent 8601b20 commit 8900f53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features/admin.extensions.v1/configs/attribute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
import { deleteADialect, getDialects, getExternalClaims } from "@wso2is/admin.claims.v1/api/claims";
import { ClaimManagementConstants } from "@wso2is/admin.claims.v1/constants/claim-management-constants";
import { getUserStoreList } from "@wso2is/admin.userstores.v1/api";
import { getUserStoreList } from "@wso2is/admin.userstores.v1/api";
import { UserStoreListItem } from "@wso2is/admin.userstores.v1/models";
import { Claim, ClaimDialect, ExternalClaim } from "@wso2is/core/models";
import { I18n } from "@wso2is/i18n";
Expand Down
2 changes: 1 addition & 1 deletion features/admin.sms-providers.v1/api/add-sms-publisher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const httpClient: HttpClientInstance = AsgardeoSPAClient.getInstance().httpReque
/**
* Add sms notification senders with name SMSPublisher.
*
* @returns A promise containing the response.
* @returns A promise containing the response.
*/
const addSMSPublisher = (): Promise<NotificationSenderSMSInterface> => {
const smsProvider: NotificationSenderSMSInterface = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com).
* Copyright (c) 2022-2024, WSO2 LLC. (https://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down
2 changes: 1 addition & 1 deletion features/admin.sms-providers.v1/configs/endpoints.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com).
* Copyright (c) 2022-2024, WSO2 LLC. (https://www.wso2.com).
*
* WSO2 LLC. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
Expand Down

0 comments on commit 8900f53

Please sign in to comment.