Rename parseGithubDate to parseDate

This commit is contained in:
Sam Carlton 2021-03-04 20:25:06 -06:00
parent 95b692a3be
commit a5333b1939
6 changed files with 8 additions and 8 deletions

View file

@ -59,7 +59,7 @@
</template>
<script>
import parseGithubDate from '~/helpers/parse-github-date'
import parseDate from '~/helpers/parse-date'
import { getAppEndpoint } from '~/helpers/app-derived.js'
import LinkButton from '~/components/link-button.vue'