Skip to content

Commit

Permalink
Update AwApiUpdateManager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorioMonari committed Feb 14, 2023
1 parent 7d741de commit 9463b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1_ActivityWatchProducer/JS/Modules/AwApiUpdateManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class AwApiUpdateManager {
console.log("Setting original bindings:")
console.log(bindings)
this.awManager.atm.originalBindings=bindings;
var known_categories="Developing,Meeting,Researching,Testing,Other,Email"
var known_categories="Developing,Meeting,Reporting,Researching,Testing,Email,Other"
console.log("Injecting table")
this.awManager.atm.injectTable(bindings,"activity_type,app,title,duration,datetimestamp",known_categories)
if(!this.awManager._jsonEmpty(bindings)){
Expand Down

0 comments on commit 9463b90

Please sign in to comment.