Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Incorrect docbloc #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Incorrect docbloc
  • Loading branch information
eddiejaoude committed Oct 6, 2017
commit 720c285da32a818c10682a0963a33a4d5f223a7d
1 change: 1 addition & 0 deletions src/app/service/aws.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export class AwsUtil {
*
* @param isLoggedIn
* @param callback
* @param idToken
*/
setupAWS(isLoggedIn: boolean, callback: Callback, idToken: string): void {
console.log("AwsUtil: in setupAWS()");
Expand Down