mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 11:57:51 +01:00
chore: formatting
This commit is contained in:
@@ -342,7 +342,7 @@ export const createApiKey = async (token: string) => {
|
||||
throw error;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
export const getApiKey = async (token: string) => {
|
||||
let error = null;
|
||||
@@ -367,7 +367,7 @@ export const getApiKey = async (token: string) => {
|
||||
throw error;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
export const deleteApiKey = async (token: string) => {
|
||||
let error = null;
|
||||
@@ -392,4 +392,4 @@ export const deleteApiKey = async (token: string) => {
|
||||
throw error;
|
||||
}
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user