Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4bbf251

Browse filesBrowse files
committed
Fix typo in stats
1 parent 9eeb6b4 commit 4bbf251
Copy full SHA for 4bbf251

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎paperbot/package.json

Copy file name to clipboardExpand all lines: paperbot/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "isocpp-mattermost-paperbot",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

‎paperbot/src/index.js

Copy file name to clipboardExpand all lines: paperbot/src/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class PaperBot {
275275
version: 0,
276276
},
277277
index: {
278-
update_checks_peformed: 0,
278+
update_checks_performed: 0,
279279
cache_hits: 0,
280280
cache_expirations: 0,
281281
updates_triggered: 0,
@@ -559,7 +559,7 @@ class PaperBot {
559559
}
560560

561561
ensurePaperIndexUpdated() {
562-
this.stats.index.update_checks_peformed += 1;
562+
this.stats.index.update_checks_performed += 1;
563563

564564
const now = new Date();
565565
const cache_age = now - this.cache_timestamp;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.