Skip to content

Commit

Permalink
cleaned up linter, removed extractLatitude() and `extractLongitude(…
Browse files Browse the repository at this point in the history
…)` utility
  • Loading branch information
roncodes committed Jan 18, 2024
1 parent a72e2de commit 9a61559
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 73 deletions.
2 changes: 1 addition & 1 deletion addon/services/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default class SessionService extends SimpleAuthSessionService {
*
* @param {String} identity
* @return {Promise}
* @throws {Error}
* @throws {Error}
*/
checkForTwoFactor(identity) {
return this.fetch.get('two-fa/check', { identity }).catch((error) => {
Expand Down
25 changes: 0 additions & 25 deletions addon/utils/extract-latitude.js

This file was deleted.

25 changes: 0 additions & 25 deletions addon/utils/extract-longitude.js

This file was deleted.

1 change: 0 additions & 1 deletion app/utils/extract-latitude.js

This file was deleted.

1 change: 0 additions & 1 deletion app/utils/extract-longitude.js

This file was deleted.

10 changes: 0 additions & 10 deletions tests/unit/utils/extract-latitude-test.js

This file was deleted.

10 changes: 0 additions & 10 deletions tests/unit/utils/extract-longitude-test.js

This file was deleted.

0 comments on commit 9a61559

Please sign in to comment.