Merge pull request #753 from alphagov/logging-service-ids

Records the service ID if present in the request
This commit is contained in:
minglis
2016-12-01 11:38:49 +00:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -36,8 +36,6 @@ from app.schemas import (
)
from app.service.utils import service_allowed_to_send_to
from app.utils import pagination_links
from app import redis_store
from app.clients import redis
notifications = Blueprint('notifications', __name__)