Skip to content

Commit

Permalink
FIX: Give correct number of arguments to entrypoint function
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jun 13, 2023
1 parent 5d4335a commit fec5427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_gateway_sessions/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
logger = logging.getLogger(__name__)


def extract_and_add_new_measurement_sessions(event, context):
def extract_and_add_new_measurement_sessions(request):
"""Extract new measurement sessions from the sensor data table and add them to the sessions table.
:param dict event: Google Cloud event
Expand Down

0 comments on commit fec5427

Please sign in to comment.