mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-25 05:33:08 +02:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
|
import config from '../../../../conf';
|
||
|
|
||
|
export default ({ _id }) => ({
|
||
|
type: 'Image',
|
||
|
url: `${config.drive_url}/${_id}`
|
||
|
});
|