Skip to content
Snippets Groups Projects
Commit 7d4198ac authored by CL's avatar CL
Browse files

[api/ade] update project id

parent 9bbe0a51
Branches
Tags
No related merge requests found
Pipeline #299605 failed with stage
in 15 seconds
......@@ -56,7 +56,7 @@ class AdeApiManager extends Api {
async used_rooms_at(date: Date) {
let out: string[] = [];
const rooms: CalendarResponse = await Cache.cache('ade.rooms', 12 * 3600, async () => await this.load_events(5, [30658, 30678], 4));
const rooms: CalendarResponse = await Cache.cache('ade.rooms', 12 * 3600, async () => await this.load_events(7, [30658, 30678], 4));
for (const [, room] of Object.entries(rooms)) {
if (room.type === 'VEVENT') {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment