Ghost/ghost/staff-service
Rishabh b16ad52401 Updated geolocation handling for email alerts
refs https://github.com/TryGhost/Team/issues/1826

- geolocation is a stringified json on member, needs parsing
2022-08-26 00:17:41 +05:30
..
lib Updated geolocation handling for email alerts 2022-08-26 00:17:41 +05:30
test Updated geolocation handling for email alerts 2022-08-26 00:17:41 +05:30
.eslintrc.js
index.js
package.json
README.md

Staff Service

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests