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 6b9b24f commit a91ab9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 { db } from 'src/lib/db';
import { logger } from 'src/lib/logger';
import { db } from 'src/lib/db';

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 { db } from 'src/lib/db';
import { logger } from 'src/lib/logger';
import { db } from 'src/lib/db';

export const handler = createGraphQLHandler({
authDecoder: authDecoder,
Expand Down Expand Up @@ -77,7 +77,7 @@ v1.0.0

### Estimated Time Saving

~6 minutes per occurrence
~5 minutes per occurrence

### Owner

Expand Down

0 comments on commit a91ab9d

Please sign in to comment.