mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-29 16:14:37 +02:00
revert attempt to fix e2e
This commit is contained in:
@@ -134,7 +134,7 @@ const endpoints: IEndpoint[] = Object.entries(endpointsObject).map(([name, ep])
|
||||
return {
|
||||
name: name,
|
||||
get meta() {
|
||||
return ep?.meta ?? {};
|
||||
return ep.meta ?? {};
|
||||
},
|
||||
get params() {
|
||||
return ep.paramDef;
|
||||
|
||||
Reference in New Issue
Block a user