This commit is contained in:
Alan Hamlett
2023-10-17 21:56:16 +02:00
parent c57818bec7
commit 625410df1a
4 changed files with 8 additions and 4 deletions

View File

@@ -354,7 +354,7 @@ class WakaTimeCore {
};
payload.project = heartbeat.project ?? '<<LAST_PROJECT>>';
payload.branch= heartbeat.branch ?? '<<LAST_BRANCH>>';
payload.branch = heartbeat.branch ?? '<<LAST_BRANCH>>';
return payload;
}