Skip to content

Commit

Permalink
updated pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Bankar-Swapnil committed Mar 6, 2023
1 parent 186a668 commit 1cb7937
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion functions/model/organization/tark/orgDomainCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ exports.orgDomainCheck = function(request, response) {
getApplicationData().then((data) => {
if (data) {
result = { data: {status: "OK", resultData: data} };
console.log(result);
return response.status(status).send(result);
}
}).catch((error) => {
Expand Down
1 change: 0 additions & 1 deletion src/app/services/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { ThemeService } from '../theme/theme.service';
import { map } from 'rxjs/operators';
import { CookieService } from 'ngx-cookie-service';
import { FileData } from '../../Interface/FileInterface';
import { Counters } from 'src/app/Interface/RawDataInterface';

@Injectable({
providedIn: 'root',
Expand Down

0 comments on commit 1cb7937

Please sign in to comment.