Skip to content

Commit

Permalink
Merge pull request #180 from FroggyPanda/apm-fix
Browse files Browse the repository at this point in the history
Apm fix
  • Loading branch information
AlbericoD committed Jul 7, 2023
2 parents 485b935 + 3046480 commit b1807cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions template/src/overwolf.dev.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const overwolfMock: typeof overwolf = {
success: true,
activity: {
aTime: 0,
apm: false,
apm: 0,
iTime: 0,
keyboard: {
keys: [],
Expand All @@ -173,7 +173,7 @@ const overwolfMock: typeof overwolf = {
success: true,
activity: {
aTime: 0,
apm: false,
apm: -,
iTime: 0,
keyboard: {
keys: [],
Expand All @@ -196,7 +196,7 @@ const overwolfMock: typeof overwolf = {
success: true,
activity: {
aTime: 0,
apm: false,
apm: 0,
iTime: 0,
keyboard: {
keys: [],
Expand All @@ -220,4 +220,4 @@ export default process.env.NODE_ENV !== 'production' &&
Object.defineProperty(window, 'overwolf', {
writable: true,
value: overwolfMock,
})
})

0 comments on commit b1807cf

Please sign in to comment.