chore: Update beatstar version

master
ogomez-at-wiris 2022-02-28 06:49:58 +01:00
parent ca989d7a23
commit ccee09189a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ export default class GlobalService {
next: NextFunction next: NextFunction
) => { ) => {
return res.status(200).json({ return res.status(200).json({
beat: '2022.02.27', beat: '2022.02.28',
}); });
}; };