Skip to content

Commit 84c01db

Browse files
authored
fix(Physics Wallah): Updated the application id (#9848)
* Update presence.ts Signed-off-by: Armaan U <mailme@infiinite.tech> * Update metadata.json Signed-off-by: Armaan U <mailme@infiinite.tech> --------- Signed-off-by: Armaan U <mailme@infiinite.tech>
1 parent 270ac8e commit 84c01db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

websites/P/Physics Wallah/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"en": "Physics Wallah is India's top online ed-tech platform that provides affordable and comprehensive learning experience to students of classes 6 to 12 and those preparing for JEE and NEET exams."
1111
},
1212
"url": "www.pw.live",
13-
"version": "1.1.5",
13+
"version": "1.2.0",
1414
"logo": "https://cdn.rcd.gg/PreMiD/websites/P/Physics%20Wallah/assets/logo.png",
1515
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/P/Physics%20Wallah/assets/thumbnail.png",
1616
"color": "#2596be",

websites/P/Physics Wallah/presence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ActivityType, Assets, getTimestamps, timestampFromFormat } from 'premid'
22

33
const presence = new Presence({
4-
clientId: '1134044987277975616',
4+
clientId: '1077091660443430922',
55
})
66
const browsingTimestamp = Math.floor(Date.now() / 1000)
77

0 commit comments

Comments
 (0)