Skip to content

Commit 68e7127

Browse files
committed
Fetching the current team data in sorted order according to the designation year
1 parent ce32fe7 commit 68e7127

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6-
"serve": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
7-
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
8-
"lint": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint"
6+
"serve": "vue-cli-service serve",
7+
"build": "vue-cli-service build",
8+
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
1111
"core-js": "^3.6.4",

src/views/AlumniTeam.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
}),
2323
methods: {
2424
fetchProfiles() {
25-
const url = `https://script.google.com/macros/s/AKfycbwprDq5bguYad1gsfCLxbWxM1YXZfVlWiXYK1WCbrPj5WO8JbxjqSbnieVIoosOgMbVMA/exec`;
25+
const url = `https://script.google.com/macros/s/AKfycbzKUDUgYdFLVsPk1abKu2FPJU-l6tLQhSpJtA_-b9ie3j-4cPQ7O6q5AHKWF4vDfZDJWw/exec`;
2626
this.loading = true;
2727
fetch(url)
2828
.then(e =>

0 commit comments

Comments
 (0)