Skip to content

Commit

Permalink
fix: 修复索引数据异常导致的报错
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Feb 24, 2024
1 parent 066d2ed commit 2e8680e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/fetch_jianshu_lottery_win_records.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class JianshuLotteryWinRecordModel(Document):

class Settings:
name = "jianshu_lottery_win_records"
indexes = ("record_id")
indexes = ("record_id", )


async def get_latest_stored_record_id() -> int:
Expand Down

0 comments on commit 2e8680e

Please sign in to comment.