Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dodumosu committed Oct 23, 2024
1 parent a53cbd4 commit cf14c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apollo/participants/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import string
from http import HTTPStatus

from flask import g, jsonify, make_response, request
from flask import g, jsonify, request
from flask_apispec import MethodResource, marshal_with, use_kwargs
from flask_babel import gettext
from flask_jwt_extended import (
Expand Down
2 changes: 1 addition & 1 deletion apollo/pwa/static/js/serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = 'apollo-cache-static-v11';
const CACHE_NAME = 'apollo-cache-static-v12';

const CACHED_URLS = [
'/pwa/',
Expand Down

0 comments on commit cf14c82

Please sign in to comment.