Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UsualSpec committed Jul 14, 2024
1 parent f1baf46 commit 7f29303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def putMeasurement(self, msmts, context):
self.logClientWasSeenNow(mmt.clientUid)
con.commit()
# acknowledge writing to DB successfully
ack = pbde.api__pb2.sampleAck()
ack = pbdef.api__pb2.sampleAck()
ack.sampleId = mmt.sampleId
yield ack

Expand Down

0 comments on commit 7f29303

Please sign in to comment.