Skip to content

Commit

Permalink
hotfix: export methods
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo spinelli committed May 15, 2020
1 parent 7d10b12 commit 285cd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ExtractUserDataActivity/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export const findAllNotificationStatuses = (
* @param fiscalCode user identifier
* @returns Either a failure or a hash set with all the information regarding the user
*/
const queryAllUserData = (
export const queryAllUserData = (
messageModel: MessageModel,
messageStatusModel: MessageStatusModel,
notificationModel: NotificationModel,
Expand Down Expand Up @@ -448,7 +448,7 @@ const queryAllUserData = (
*
* @returns either a failure or an object with the name of the blob and the password
*/
const saveDataToBlob = (
export const saveDataToBlob = (
blobService: BlobService,
userDataContainerName: string,
data: AllUserData,
Expand Down

0 comments on commit 285cd2e

Please sign in to comment.