refactor: rename getSignedUrl to getPublicUrl for clarity in storage functions
This commit is contained in:
@@ -7,7 +7,7 @@ import { TypedResult } from '@/utils/types/results';
|
||||
|
||||
const storage: StorageProvider = createStorageProvider();
|
||||
|
||||
export const getSignedUrl = async (
|
||||
export const getPublicUrl = async (
|
||||
key: string,
|
||||
storageProvider?: StorageProvider
|
||||
): Promise<TypedResult<string>> => {
|
||||
|
||||
Reference in New Issue
Block a user