Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mamoru committed Apr 30, 2024
1 parent 468fc16 commit 4aebddf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ function getOwnerFromPayload(jwt:Payload payload) returns string {
}

return <string>subClaim;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ export async function postBilling(accessToken: string, payload?: BillingInfo) {
headers: headers,
});
return response;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ import { default as authConfig } from "../../../config.json";
export const getBillingInstance = () => {
let conf = authConfig.billingServerURL;
return initInstance(conf);
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ export default function MenuListComposition(props: {
</div>
</>
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,4 @@ export default function GetBilling(props: BillingProps) {
</>
);

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ export interface BillingInfo {
owner?: string;
securityCode: string;

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ const sessionCleanupUtil = () => {
});
};

export default sessionCleanupUtil;
export default sessionCleanupUtil;

0 comments on commit 4aebddf

Please sign in to comment.