Skip to content

Commit

Permalink
chore: make fields immutable
Browse files Browse the repository at this point in the history
  • Loading branch information
gavvvr committed Oct 8, 2023
1 parent 019ceba commit 85b6d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/ImgurPluginSettingsTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import ImgurAuthenticationStatusItem from './ImgurAuthenticationStatus'
const REGISTER_CLIENT_URL = 'https://api.imgur.com/oauth2/addclient'

export default class ImgurPluginSettingsTab extends PluginSettingTab {
plugin: ImgurPlugin
settings: ImgurPluginSettings
readonly plugin: ImgurPlugin
readonly settings: ImgurPluginSettings

authModal?: ImgurAuthModal

Expand Down

0 comments on commit 85b6d21

Please sign in to comment.