Skip to content

Bulk merge

longph requested to merge develop into main

Created by: phamduylong

Change log:

  • Fix cron job's request
  • Deleted pnpm's lock (unused)
  • Game page to use data object instead of intermediate variables
  • File input to upload .csv word files now only accept csv files. This means when open window to upload files, rather than all files, it will be limited to csv files.
  • Add an id field in the Game type
  • Improve error handling to log error's stack trace to console
try {
    // throw something
} catch(err) {
    console.error((err as Error).stack)
}

Merge request reports

Loading