chore: format all frontend files (#430)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
interface DebugUrlParams {
|
||||
spaceId: string;
|
||||
workflowId: string;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
export { safeFormatJsonString } from './safe-format-json-string';
|
||||
export { safeJsonParse } from './safe-json-parse';
|
||||
export { gotoDebugFlow } from './debug-url';
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
import { isString } from 'lodash-es';
|
||||
|
||||
export const safeFormatJsonString = (val: unknown): any => {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
interface TypeSafeJSONParseOptions {
|
||||
emptyValue?: any;
|
||||
needReport?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user