Skip to content

Commit

Permalink
fix(ui/stat): fix invalid backward compatible strategy (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqcode committed Aug 29, 2024
1 parent 04ef002 commit d6ececd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/artalk/src/plugins/stat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function loadCommentCount(opt: CountOptions) {

/** Load PV count */
async function loadPvCount(opt: CountOptions, cache?: CountCache) {
await loadStatCount({ opt, query: 'page_pv', containers: [opt.pvEl, '#ArtalkPv'], cache })
await loadStatCount({ opt, query: 'page_pv', containers: [opt.pvEl, '#ArtalkPV'], cache })
}

async function loadStatCount(args: {
Expand Down

0 comments on commit d6ececd

Please sign in to comment.