Skip to content

Commit f3af2b8

Browse files
committed
ci(upgrade): update
2 parents 1888c94 + e200b5d commit f3af2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/PinterestProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ protected function mapUserToObject(array $user)
5757
{
5858
preg_match('#https://www.pinterest.com/(.+?)/#', $user['data']['url'], $matches);
5959
$nickname = $matches[1];
60-
60+
6161
return (new User())->setRaw($user)->map(
6262
[
6363
'id' => $user['data']['id'],

0 commit comments

Comments
 (0)