fix: correct favorite photo trigger name in flickr
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
9234885ce4
commit
6e4d61f9b1
@@ -2,7 +2,7 @@ import { DateTime } from 'luxon';
|
||||
import FlickrApi from 'flickr-sdk';
|
||||
import { IJSONObject } from '@automatisch/types';
|
||||
|
||||
export default class FavoritePhoto {
|
||||
export default class NewFavoritePhoto {
|
||||
client?: typeof FlickrApi;
|
||||
|
||||
constructor(connectionData: IJSONObject) {
|
Reference in New Issue
Block a user