mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
refactor: consolidate SDK Watchable with generic map/eq and rename call to fetch
This commit is contained in:
@@ -9,7 +9,7 @@ export class GetSystemSmtp extends Watchable<T.SmtpValue | null> {
|
||||
super(effects)
|
||||
}
|
||||
|
||||
protected call(callback?: () => void) {
|
||||
protected fetch(callback?: () => void) {
|
||||
return this.effects.getSystemSmtp({ callback })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user