code cleanup
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
let times = $state(null);
|
||||
|
||||
async function loadProjects(){
|
||||
const url = api'project/list');
|
||||
const url = api('project/list');
|
||||
let data = { company_id: company_id };
|
||||
const resp = await fetch(url,{
|
||||
credentials : 'include',
|
||||
|
||||
Reference in New Issue
Block a user