From e1ed289b71b74befd4372d920f0330bac877a1d2 Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Tue, 5 Mar 2024 10:28:51 -0500 Subject: [PATCH] Update user.stories.js --- src/github/user/user.stories.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/github/user/user.stories.js b/src/github/user/user.stories.js index 6fa88e8..06290bc 100644 --- a/src/github/user/user.stories.js +++ b/src/github/user/user.stories.js @@ -14,12 +14,11 @@ export default { render: (args) => { console.log('args1', {...args}) let repos; - console.log('global stringify', stringify) if (args.repos2) { repos = args.repos2; delete args.repos2; } - console.log('args2', {...args}) + console.log('args2!', JSON.stringify(args.repos2).replace(/"/g, "||||")) let attributes = attrGen({...args}); console.log('attributes', {...attributes}) args.repos = repos;