Skip to content

Commit 54648cc

Browse files
Copilotabraham
andcommitted
Run prettier format to fix code formatting
Co-authored-by: abraham <[email protected]>
1 parent c774902 commit 54648cc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/generators/OpenAPIGenerator.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,20 +40,20 @@ class OpenAPIGenerator {
4040
authorizationUrl: 'https://mastodon.example/oauth/authorize',
4141
tokenUrl: 'https://mastodon.example/oauth/token',
4242
scopes: {
43-
'read': 'Read access',
44-
'write': 'Write access',
45-
'follow': 'Follow/unfollow accounts',
46-
'push': 'Push notifications'
47-
}
43+
read: 'Read access',
44+
write: 'Write access',
45+
follow: 'Follow/unfollow accounts',
46+
push: 'Push notifications',
47+
},
4848
},
4949
clientCredentials: {
5050
tokenUrl: 'https://mastodon.example/oauth/token',
5151
scopes: {
52-
'read': 'Read access',
53-
'write': 'Write access'
54-
}
55-
}
56-
}
52+
read: 'Read access',
53+
write: 'Write access',
54+
},
55+
},
56+
},
5757
},
5858
BearerAuth: {
5959
type: 'http',

0 commit comments

Comments
 (0)