Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
abritopach committed Dec 27, 2017
1 parent 5d6faff commit 8d0bff0
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 @@ -20,8 +20,8 @@ interface ItemsResponse {
@Injectable()
export class SurveyProvider {

private readonly ownerId: string = encodeURI("adrbrpa1988@gmail.com");
private readonly accessKey: string = "ac6bc54aee714bcaab3dc2e6aed0f15d";
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 8d0bff0

Please # to comment.