Skip to content

Commit

Permalink
fixed labellig issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronandt committed Aug 17, 2022
1 parent f091577 commit 1c95bfd
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
Binary file added public/uploads/myImage-1660743210625.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660743249431.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660743313321.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660743545612.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660743588643.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660743749064.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/uploads/myImage-1660743796155.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { app } = require('./setup');

//Use a preconfigured set port. If there isn't, use Port 3000
const port = process.env.PORT || 3000;
const port = process.env.PORT || 3001;

const server = app.listen(port, () => console.log(`Website at Port ${port}`));
const io = require('socket.io')(server);
Expand Down
2 changes: 1 addition & 1 deletion src/models/initalise_database.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ensureCreated = async () => {

const initaliseDatabase = async () => {
await ensureCreated();

await sequelize
.authenticate()
.then(async () => {
Expand Down
2 changes: 1 addition & 1 deletion views/staff/staff-charts.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -1170,7 +1170,7 @@ box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.2
</script>


<script src="https://cdn.jsdelivr.net/npm/chart.js@3.9.1/dist/chart.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/emn178/chartjs-plugin-labels/src/chartjs-plugin-labels.js"></script>

</script>
Expand Down

0 comments on commit 1c95bfd

Please sign in to comment.