Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Dec 21, 2023
1 parent 4a82547 commit 220860a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions codemods/redwoodjs/core/4/auth-decoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import directives from 'src/directives/**/*.{js,ts}';
import sdls from 'src/graphql/**/*.sdl.{js,ts}';
import services from 'src/services/**/*.{js,ts}';

import { logger } from 'src/lib/logger';
import { db } from 'src/lib/db';
import { logger } from 'src/lib/logger';

export const handler = createGraphQLHandler({
loggerConfig: { logger, options: {} },
Expand All @@ -40,8 +40,8 @@ import directives from 'src/directives/**/*.{js,ts}';
import sdls from 'src/graphql/**/*.sdl.{js,ts}';
import services from 'src/services/**/*.{js,ts}';

import { logger } from 'src/lib/logger';
import { db } from 'src/lib/db';
import { logger } from 'src/lib/logger';

export const handler = createGraphQLHandler({
authDecoder: authDecoder,
Expand All @@ -65,7 +65,7 @@ RedwoodJS < v4.0.0

### Codemod Version

v1.0.1
v1.0.0

### Change Mode

Expand All @@ -77,7 +77,7 @@ v1.0.1

### Estimated Time Saving

~5 minutes per occurrence
~6 minutes per occurrence

### Owner

Expand Down

0 comments on commit 220860a

Please sign in to comment.