Skip to content

Commit

Permalink
Removed access key
Browse files Browse the repository at this point in the history
  • Loading branch information
abritopach committed Dec 14, 2017
1 parent cf2f924 commit 661dcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/survey/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ interface ItemsResponse {
@Injectable()
export class SurveyProvider {

private readonly ownerId: string = encodeURI("adrbrpa1988@gmail.com");
private readonly accessKey: string = "425fe2280da8451bad033b8bde4919fb";
private readonly ownerId: string = encodeURI("ownerId");
private readonly accessKey: string = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";

constructor(protected http: HttpClient) {
//console.log('Hello SurveyProvider Provider');
Expand Down

0 comments on commit 661dcf5

Please # to comment.