Skip to content

Commit

Permalink
chore(comment): fix metadata comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willian-viana committed Dec 3, 2024
1 parent 9a48558 commit b94874b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/metadata/[...params].js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { GFW_DATA_API, GFW_METADATA_API } from 'utils/apis';
import axios from 'axios';

import METADATA_LIST from '../../../data/metadata.json';
import METADATA_EXCEPTION_LIST from '../../../data/metadata-exception.json'; // a list of metadatas that aren't on Data API
import METADATA_EXCEPTION_LIST from '../../../data/metadata-exception.json'; // a list of metadata that isn't on Data API

export default async (req, res) => {
try {
Expand Down

0 comments on commit b94874b

Please sign in to comment.