GSA/code-gov-front-end

View on GitHub
src/actions/update-repo-id.js

Summary

Maintainability
A
0 mins
Test Coverage
import { UPDATE_REPO_ID } from 'constants/actions'

export default function(repoID) {
  return { type: UPDATE_REPO_ID, repoID }
}