Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Update Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Oct 18, 2023
1 parent be3508c commit d62a326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/js/redux/actions/pdfActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { pdf, } from '../types'

export const getPdf = id => {
return async dispatch => {
const http = new HttpService()

dispatch({ type: pdf.GET_PDF_PENDING, })
const http = new HttpService()
dispatch({ type: pdf.GET_PDF_PENDING, })

const tokenId = "user-token"
const path = 'pdf/'+id
Expand Down

0 comments on commit d62a326

Please sign in to comment.