Skip to content

Commit cf14c82

Browse files
committed
chore: minor updates
1 parent a53cbd4 commit cf14c82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apollo/participants/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import string
44
from http import HTTPStatus
55

6-
from flask import g, jsonify, make_response, request
6+
from flask import g, jsonify, request
77
from flask_apispec import MethodResource, marshal_with, use_kwargs
88
from flask_babel import gettext
99
from flask_jwt_extended import (

apollo/pwa/static/js/serviceworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'apollo-cache-static-v11';
1+
const CACHE_NAME = 'apollo-cache-static-v12';
22

33
const CACHED_URLS = [
44
'/pwa/',

0 commit comments

Comments
 (0)