Skip to content
Snippets Groups Projects
Commit 167b01af authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

mark function as async

parent 0b206434
No related branches found
No related tags found
Loading
......@@ -26,7 +26,7 @@ export class PostsService {
/**
* Get all tags with admin endpoint, including unused ones
*/
public getTags(): Promise<Tag[]> {
public async getTags(): Promise<Tag[]> {
return this.api.tags.browse({ limit: 'all' });
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment