fix typo
This commit is contained in:
parent
466437a683
commit
93fdb7eabb
@ -302,7 +302,7 @@ export class Pinterest {
|
||||
successIndex: 1,
|
||||
errorIndex: 2
|
||||
})
|
||||
static getBoardPins(boardId: string, fields?: string, limit?: number): Primise<Array<PinterestPin>> { return; }
|
||||
static getBoardPins(boardId: string, fields?: string, limit?: number): Promise<Array<PinterestPin>> { return; }
|
||||
|
||||
/**
|
||||
* Delete a board.
|
||||
|
Loading…
Reference in New Issue
Block a user