Skip to content

Commit

Permalink
fixup! DevLangCodeRetriever: Adjust property-id used for language code
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister committed Oct 23, 2023
1 parent 96427e9 commit 4629336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data-access/DevLangCodeRetriever.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export default class DevLangCodeRetriever implements LangCodeRetriever {
origin: '*',
} ) ).then( ( r ) => r.json() ) as WbGetClaimsResponse;

return processWbGetClaimsResponse( response, 'P218' );
return processWbGetClaimsResponse( response, 'P305' );
}
}

0 comments on commit 4629336

Please sign in to comment.