Skip to content

Commit

Permalink
Merge pull request #19 from KamranBiglari/master
Browse files Browse the repository at this point in the history
chore: update the servername
  • Loading branch information
oxdev03 authored Jun 1, 2024
2 parents 28f1d5a + 0544262 commit 0316b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/handlers/updateData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default async function updateData(
});
currentServer = newServer;
} else {
currentServer.name = server.name;
currentServer.heartbeat = Date.now();
currentServer.save();
}
Expand Down

0 comments on commit 0316b2a

Please sign in to comment.