mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 17:55:52 +02:00
Fix bug nado
This commit is contained in:
@@ -51,9 +51,8 @@ export type Source = {
|
||||
|
||||
drive?: {
|
||||
storage: string;
|
||||
bucket: string;
|
||||
prefix: string;
|
||||
service?: string;
|
||||
bucket?: string;
|
||||
prefix?: string;
|
||||
config?: any;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user