Skip to content

refactor: remove config type from Example App

Victoria Owusu requested to merge remove-ConfigType into main

Issue: #371 (closed)

Description

Following the removal of Remote Development from the Example App, the usage of ConfigType became impractical because it was meant to maintain the client and remote types. Due to there only being a client side config, all general mentions or uses of config type were removed for overall code efficiency in the Example App. initConfigForType was transformed into initConfig due to its alternating purpose, assigning a value to it instead. Additionally, any errors checking for ConfigType were altered as well.

Screenshots

Screenshot 2024-07-17 at 5.08.57 PM.png

Edited by Cindy Halim

Merge request reports

Loading