mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init collaboration backend & adapt editor
This commit is contained in:
parent
83760064e7
commit
953de4cc67
7 changed files with 100 additions and 44 deletions
|
|
@ -49,7 +49,7 @@ const EditActivity = async (params: any) => {
|
|||
access_token ? access_token : null
|
||||
)
|
||||
const org = await getOrganizationContextInfoWithId(courseInfo.org_id, {
|
||||
revalidate: 1800,
|
||||
revalidate: 180,
|
||||
tags: ['organizations'],
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue